aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_f2fs_mips64le.const
diff options
context:
space:
mode:
authorJiaheng Hu <jiahengh@google.com>2020-07-14 22:30:08 +0000
committerMatt Morehouse <mascasa@google.com>2020-07-14 16:15:53 -0700
commitf3bec699b60e09e7428029b500ac2ef9b6fde4d1 (patch)
tree284577ab4ca00f442fe40b72afe9f4c58b7f5d30 /sys/linux/fs_ioctl_f2fs_mips64le.const
parentada108d08bee29122bf15427630464265c555cbc (diff)
sys/linux: add shutdown ioctl for f2fs
Added the shutdown ioctl for f2fs filesystem.
Diffstat (limited to 'sys/linux/fs_ioctl_f2fs_mips64le.const')
-rw-r--r--sys/linux/fs_ioctl_f2fs_mips64le.const6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/fs_ioctl_f2fs_mips64le.const b/sys/linux/fs_ioctl_f2fs_mips64le.const
index 05042f2a7..a04d6f718 100644
--- a/sys/linux/fs_ioctl_f2fs_mips64le.const
+++ b/sys/linux/fs_ioctl_f2fs_mips64le.const
@@ -1,4 +1,9 @@
# AUTOGENERATED FILE
+F2FS_GOING_DOWN_FULLSYNC = 0
+F2FS_GOING_DOWN_METAFLUSH = 3
+F2FS_GOING_DOWN_METASYNC = 1
+F2FS_GOING_DOWN_NEED_FSCK = 4
+F2FS_GOING_DOWN_NOSYNC = 2
F2FS_IOC_ABORT_VOLATILE_WRITE = 536933637
F2FS_IOC_COMMIT_ATOMIC_WRITE = 536933634
F2FS_IOC_DEFRAGMENT = 3222336776
@@ -15,6 +20,7 @@ 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_SHUTDOWN = 1074026621
F2FS_IOC_START_ATOMIC_WRITE = 536933633
F2FS_IOC_START_VOLATILE_WRITE = 536933635
F2FS_IOC_WRITE_CHECKPOINT = 536933639