From 3fe4fea88519c0b078cf12db3dffb8cd91d2fa61 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Mon, 3 Oct 2022 13:20:23 +0400 Subject: sys/linux: add FAN_MARK_{EVICTABLE,IGNORE,INODE} flags Signed-off-by: Denis Efremov --- sys/linux/fanotify.txt.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/fanotify.txt.const') 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 -- cgit mrf-deployment