diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-27 12:09:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-07 09:39:35 +0100 |
| commit | cd7a3c250fe213051cd250b111fbf17e48373e33 (patch) | |
| tree | 9764ed72952f7183babca7dfbc230a59c486588f /sys/linux/sys_arm.const | |
| parent | d25487bc2e50dbb3ec89a390467d1100744cac63 (diff) | |
sys/linux: move {i,fa}notify into own files
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index dd79987f9..cf9eab86a 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -82,31 +82,6 @@ FALLOC_FL_NO_HIDE_STALE = 4 FALLOC_FL_PUNCH_HOLE = 2 FALLOC_FL_UNSHARE_RANGE = 64 FALLOC_FL_ZERO_RANGE = 16 -FAN_ACCESS = 1 -FAN_ACCESS_PERM = 131072 -FAN_CLASS_CONTENT = 4 -FAN_CLASS_NOTIF = 0 -FAN_CLASS_PRE_CONTENT = 8 -FAN_CLOEXEC = 1 -FAN_CLOSE_NOWRITE = 16 -FAN_CLOSE_WRITE = 8 -FAN_ENABLE_AUDIT = 64 -FAN_EVENT_ON_CHILD = 134217728 -FAN_MARK_ADD = 1 -FAN_MARK_DONT_FOLLOW = 4 -FAN_MARK_FLUSH = 128 -FAN_MARK_IGNORED_MASK = 32 -FAN_MARK_IGNORED_SURV_MODIFY = 64 -FAN_MARK_MOUNT = 16 -FAN_MARK_ONLYDIR = 8 -FAN_MARK_REMOVE = 2 -FAN_MODIFY = 2 -FAN_NONBLOCK = 2 -FAN_ONDIR = 1073741824 -FAN_OPEN = 32 -FAN_OPEN_PERM = 65536 -FAN_UNLIMITED_MARKS = 32 -FAN_UNLIMITED_QUEUE = 16 FASYNC = 8192 FD_CLOEXEC = 1 FIEMAP_EXTENT_DATA_ENCRYPTED = 128 @@ -181,28 +156,6 @@ F_UNLCK = 2 F_WRLCK = 1 GRND_NONBLOCK = 1 GRND_RANDOM = 2 -INOTIFY_IOC_SETNEXTWD = 1074022656 -IN_ACCESS = 1 -IN_ATTRIB = 4 -IN_CLOEXEC = 524288 -IN_CLOSE_NOWRITE = 16 -IN_CLOSE_WRITE = 8 -IN_CREATE = 256 -IN_DELETE = 512 -IN_DELETE_SELF = 1024 -IN_DONT_FOLLOW = 33554432 -IN_EXCL_UNLINK = 67108864 -IN_ISDIR = 1073741824 -IN_MASK_ADD = 536870912 -IN_MASK_CREATE = 268435456 -IN_MODIFY = 2 -IN_MOVED_FROM = 64 -IN_MOVED_TO = 128 -IN_MOVE_SELF = 2048 -IN_NONBLOCK = 2048 -IN_ONESHOT = 2147483648 -IN_ONLYDIR = 16777216 -IN_OPEN = 32 IOPRIO_WHO_PGRP = 2 IOPRIO_WHO_PROCESS = 1 IOPRIO_WHO_USER = 3 @@ -334,7 +287,6 @@ O_CLOEXEC = 524288 O_CREAT = 64 O_DIRECT = 65536 O_DIRECTORY = 16384 -O_DSYNC = 4096 O_EXCL = 128 O_LARGEFILE = 131072 O_NOATIME = 262144 @@ -618,8 +570,6 @@ __NR_exit_group = 248 __NR_faccessat = 334 # __NR_fadvise64 is not set __NR_fallocate = 352 -__NR_fanotify_init = 367 -__NR_fanotify_mark = 368 __NR_fchdir = 133 __NR_fchmod = 94 __NR_fchmodat = 333 @@ -658,10 +608,6 @@ __NR_getrusage = 77 __NR_gettid = 224 __NR_getuid = 24 __NR_init_module = 128 -__NR_inotify_add_watch = 317 -__NR_inotify_init = 316 -__NR_inotify_init1 = 360 -__NR_inotify_rm_watch = 318 __NR_ioctl = 54 # __NR_ioperm is not set # __NR_iopl is not set @@ -679,7 +625,7 @@ __NR_madvise = 220 __NR_mbind = 319 __NR_membarrier = 389 __NR_memfd_create = 385 -# __NR_migrate_pages is not set +__NR_migrate_pages = 400 __NR_mincore = 219 __NR_mkdir = 39 __NR_mkdirat = 323 |
