diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-01 15:42:47 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-07-14 14:25:29 -0700 |
| commit | ada108d08bee29122bf15427630464265c555cbc (patch) | |
| tree | 079b6e1da1714f7f66d7542e1d92a36a25b6f3a6 /sys/linux/fs_ioctl_f2fs_arm.const | |
| parent | 1efec8f5c790ea668e8ad4c72e9b7194d093fdfe (diff) | |
sys/linux: add ioctls for f2fs file system
Added the description for the ioctls that are specific to the f2fs file
system.
Diffstat (limited to 'sys/linux/fs_ioctl_f2fs_arm.const')
| -rw-r--r-- | sys/linux/fs_ioctl_f2fs_arm.const | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/linux/fs_ioctl_f2fs_arm.const b/sys/linux/fs_ioctl_f2fs_arm.const new file mode 100644 index 000000000..8b93ebe52 --- /dev/null +++ b/sys/linux/fs_ioctl_f2fs_arm.const @@ -0,0 +1,21 @@ +# AUTOGENERATED FILE +F2FS_IOC_ABORT_VOLATILE_WRITE = 62725 +F2FS_IOC_COMMIT_ATOMIC_WRITE = 62722 +F2FS_IOC_DEFRAGMENT = 3222336776 +F2FS_IOC_FLUSH_DEVICE = 1074328842 +F2FS_IOC_GARBAGE_COLLECT = 1074066694 +F2FS_IOC_GARBAGE_COLLECT_RANGE = 1075377419 +F2FS_IOC_GET_COMPRESS_BLOCKS = 2148070673 +F2FS_IOC_GET_FEATURES = 2147808524 +F2FS_IOC_GET_PIN_FILE = 2147808526 +F2FS_IOC_MOVE_RANGE = 3223385353 +F2FS_IOC_PRECACHE_EXTENTS = 62735 +F2FS_IOC_RELEASE_COMPRESS_BLOCKS = 2148070674 +F2FS_IOC_RELEASE_VOLATILE_WRITE = 62724 +F2FS_IOC_RESERVE_COMPRESS_BLOCKS = 2148070675 +F2FS_IOC_RESIZE_FS = 1074328848 +F2FS_IOC_SET_PIN_FILE = 1074066701 +F2FS_IOC_START_ATOMIC_WRITE = 62721 +F2FS_IOC_START_VOLATILE_WRITE = 62723 +F2FS_IOC_WRITE_CHECKPOINT = 62727 +__NR_ioctl = 54 |
