From ada108d08bee29122bf15427630464265c555cbc Mon Sep 17 00:00:00 2001 From: Jiaheng Hu Date: Wed, 1 Jul 2020 15:42:47 +0000 Subject: sys/linux: add ioctls for f2fs file system Added the description for the ioctls that are specific to the f2fs file system. --- sys/linux/fs_ioctl_f2fs_ppc64le.const | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys/linux/fs_ioctl_f2fs_ppc64le.const (limited to 'sys/linux/fs_ioctl_f2fs_ppc64le.const') 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 -- cgit mrf-deployment