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_ppc64le.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_ppc64le.const')
| -rw-r--r-- | sys/linux/fs_ioctl_f2fs_ppc64le.const | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/linux/fs_ioctl_f2fs_ppc64le.const b/sys/linux/fs_ioctl_f2fs_ppc64le.const new file mode 100644 index 000000000..5bf91cb99 --- /dev/null +++ b/sys/linux/fs_ioctl_f2fs_ppc64le.const @@ -0,0 +1,21 @@ +# AUTOGENERATED FILE +F2FS_IOC_ABORT_VOLATILE_WRITE = 536933637 +F2FS_IOC_COMMIT_ATOMIC_WRITE = 536933634 +F2FS_IOC_DEFRAGMENT = 3222336776 +F2FS_IOC_FLUSH_DEVICE = 2148070666 +F2FS_IOC_GARBAGE_COLLECT = 2147808518 +F2FS_IOC_GARBAGE_COLLECT_RANGE = 2149119243 +F2FS_IOC_GET_COMPRESS_BLOCKS = 1074328849 +F2FS_IOC_GET_FEATURES = 1074066700 +F2FS_IOC_GET_PIN_FILE = 1074066702 +F2FS_IOC_MOVE_RANGE = 3223385353 +F2FS_IOC_PRECACHE_EXTENTS = 536933647 +F2FS_IOC_RELEASE_COMPRESS_BLOCKS = 1074328850 +F2FS_IOC_RELEASE_VOLATILE_WRITE = 536933636 +F2FS_IOC_RESERVE_COMPRESS_BLOCKS = 1074328851 +F2FS_IOC_RESIZE_FS = 2148070672 +F2FS_IOC_SET_PIN_FILE = 2147808525 +F2FS_IOC_START_ATOMIC_WRITE = 536933633 +F2FS_IOC_START_VOLATILE_WRITE = 536933635 +F2FS_IOC_WRITE_CHECKPOINT = 536933639 +__NR_ioctl = 54 |
