aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fanotify.txt.const
diff options
context:
space:
mode:
authorDenis Efremov <denis.e.efremov@oracle.com>2022-10-03 13:20:23 +0400
committerDmitry Vyukov <dvyukov@google.com>2022-10-04 09:39:59 +0200
commit3fe4fea88519c0b078cf12db3dffb8cd91d2fa61 (patch)
tree312e53ea6227b78547b5ac34fd4fd0cc14ad084e /sys/linux/fanotify.txt.const
parentfeb5635181eb12a6e3516172a3f5af06a3bc93e1 (diff)
sys/linux: add FAN_MARK_{EVICTABLE,IGNORE,INODE} flags
Signed-off-by: Denis Efremov <denis.e.efremov@oracle.com>
Diffstat (limited to 'sys/linux/fanotify.txt.const')
-rw-r--r--sys/linux/fanotify.txt.const3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/fanotify.txt.const b/sys/linux/fanotify.txt.const
index 0721a1210..b577641f9 100644
--- a/sys/linux/fanotify.txt.const
+++ b/sys/linux/fanotify.txt.const
@@ -12,9 +12,12 @@ FAN_ENABLE_AUDIT = 64
FAN_EVENT_ON_CHILD = 134217728
FAN_MARK_ADD = 1
FAN_MARK_DONT_FOLLOW = 4
+FAN_MARK_EVICTABLE = 512
FAN_MARK_FLUSH = 128
+FAN_MARK_IGNORE = 1024
FAN_MARK_IGNORED_MASK = 32
FAN_MARK_IGNORED_SURV_MODIFY = 64
+FAN_MARK_INODE = 0
FAN_MARK_MOUNT = 16
FAN_MARK_ONLYDIR = 8
FAN_MARK_REMOVE = 2