diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-14 22:30:08 +0000 |
|---|---|---|
| committer | Matt Morehouse <mascasa@google.com> | 2020-07-14 16:15:53 -0700 |
| commit | f3bec699b60e09e7428029b500ac2ef9b6fde4d1 (patch) | |
| tree | 284577ab4ca00f442fe40b72afe9f4c58b7f5d30 /sys/linux/fs_ioctl_f2fs_arm.const | |
| parent | ada108d08bee29122bf15427630464265c555cbc (diff) | |
sys/linux: add shutdown ioctl for f2fs
Added the shutdown ioctl for f2fs filesystem.
Diffstat (limited to 'sys/linux/fs_ioctl_f2fs_arm.const')
| -rw-r--r-- | sys/linux/fs_ioctl_f2fs_arm.const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/fs_ioctl_f2fs_arm.const b/sys/linux/fs_ioctl_f2fs_arm.const index 8b93ebe52..d8fb39afd 100644 --- a/sys/linux/fs_ioctl_f2fs_arm.const +++ b/sys/linux/fs_ioctl_f2fs_arm.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 = 62725 F2FS_IOC_COMMIT_ATOMIC_WRITE = 62722 F2FS_IOC_DEFRAGMENT = 3222336776 @@ -15,6 +20,7 @@ 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_SHUTDOWN = 2147768445 F2FS_IOC_START_ATOMIC_WRITE = 62721 F2FS_IOC_START_VOLATILE_WRITE = 62723 F2FS_IOC_WRITE_CHECKPOINT = 62727 |
