diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-10 16:18:45 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-10 16:18:45 +0200 |
| commit | 95e7a88b9746c73e727b94d85a626cf6dd612f16 (patch) | |
| tree | 4b70e3e852520ceb6d9051457d4fea21221b5002 /sys/linux/fuse_arm.const | |
| parent | 01e35718418b9c51f079b62117aa984bb7e3568b (diff) | |
sys/linux: implement fuse as normal syscalls
Remove syz_fuse* and implement them as normal syscalls.
We not have enough expressive power to form mount options.
Diffstat (limited to 'sys/linux/fuse_arm.const')
| -rw-r--r-- | sys/linux/fuse_arm.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const index b47514051..b5d91d5d9 100644 --- a/sys/linux/fuse_arm.const +++ b/sys/linux/fuse_arm.const @@ -1,7 +1,9 @@ # AUTOGENERATED FILE +# AT_FDCWD is not set FUSE_DEV_IOC_CLONE = 2147804416 FUSE_KERNEL_MINOR_VERSION = 27 FUSE_KERNEL_VERSION = 7 +# O_RDWR is not set S_IFBLK = 24576 S_IFCHR = 8192 S_IFDIR = 16384 @@ -10,4 +12,6 @@ S_IFLNK = 40960 S_IFREG = 32768 S_IFSOCK = 49152 __NR_ioctl = 54 +__NR_mount = 21 +__NR_openat = 322 __NR_write = 4 |
