diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
| commit | cfeec859376ebc8256540f14226b0620bf842fc1 (patch) | |
| tree | a0026be6bd67269cba321d3dd1c924fe04c5d5fe /sys/linux/fuse_arm.const | |
| parent | f5cecf2e325a277733347308687fd39e7253ef66 (diff) | |
sys/linux: add new consts/flags/fields here and there
Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
Diffstat (limited to 'sys/linux/fuse_arm.const')
| -rw-r--r-- | sys/linux/fuse_arm.const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const index e724dc1d7..110ef93b1 100644 --- a/sys/linux/fuse_arm.const +++ b/sys/linux/fuse_arm.const @@ -1,17 +1,21 @@ # AUTOGENERATED FILE AT_FDCWD = 18446744073709551516 +FOPEN_CACHE_DIR = 8 FOPEN_DIRECT_IO = 1 FOPEN_KEEP_CACHE = 2 FOPEN_NONSEEKABLE = 4 +FOPEN_STREAM = 16 FUSE_ABORT_ERROR = 2097152 FUSE_ASYNC_DIO = 32768 FUSE_ASYNC_READ = 1 FUSE_ATOMIC_O_TRUNC = 8 FUSE_AUTO_INVAL_DATA = 4096 FUSE_BIG_WRITES = 32 +FUSE_CACHE_SYMLINKS = 8388608 FUSE_DEV_IOC_CLONE = 2147804416 FUSE_DONT_MASK = 64 FUSE_DO_READDIRPLUS = 8192 +FUSE_EXPLICIT_INVAL_DATA = 33554432 FUSE_EXPORT_SUPPORT = 16 FUSE_FILE_OPS = 4 FUSE_FLOCK_LOCKS = 1024 @@ -20,12 +24,14 @@ FUSE_HAS_IOCTL_DIR = 2048 FUSE_IOCTL_RETRY = 4 FUSE_KERNEL_MINOR_VERSION = 30 FUSE_KERNEL_VERSION = 7 +FUSE_MAX_PAGES = 4194304 FUSE_NOTIFY_DELETE = 6 FUSE_NOTIFY_INVAL_ENTRY = 3 FUSE_NOTIFY_INVAL_INODE = 2 FUSE_NOTIFY_POLL = 1 FUSE_NOTIFY_RETRIEVE = 5 FUSE_NOTIFY_STORE = 4 +FUSE_NO_OPENDIR_SUPPORT = 16777216 FUSE_NO_OPEN_SUPPORT = 131072 FUSE_PARALLEL_DIROPS = 262144 FUSE_POSIX_ACL = 1048576 |
