Searched refs:IN_EXCL_UNLINK (Results 1 – 8 of 8) sorted by relevance
20 IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
55 #define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */ macro
67 #define IN_EXCL_UNLINK 0x04000000 /* Exclude events on unlinked macro
30 #define INOTIFY_USER_MASK (IN_ALL_EVENTS | IN_ONESHOT | IN_EXCL_UNLINK)
827 BUILD_BUG_ON(IN_EXCL_UNLINK != FS_EXCL_UNLINK); in inotify_user_setup()