Home
last modified time | relevance | path

Searched refs:FS_EXCL_UNLINK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dfsnotify_backend.h51 #define FS_EXCL_UNLINK 0x04000000 /* do not send events if object is unlinked */ macro
101 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \
/Linux-v5.15/fs/notify/
Dfsnotify.c255 if ((inode_mark->mask & FS_EXCL_UNLINK) && in fsnotify_handle_inode_event()
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c840 BUILD_BUG_ON(IN_EXCL_UNLINK != FS_EXCL_UNLINK); in inotify_user_setup()