Home
last modified time | relevance | path

Searched refs:FS_IN_IGNORED (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/notify/inotify/
Dinotify_fsnotify.c39 if (old->mask & FS_IN_IGNORED) in event_compare()
Dinotify_user.c527 inotify_handle_inode_event(fsn_mark, FS_IN_IGNORED, NULL, NULL, NULL, in inotify_ignored_and_remove_idr()
860 BUILD_BUG_ON(IN_IGNORED != FS_IN_IGNORED); in inotify_user_setup()
/linux-6.6.21/include/linux/
Dfsnotify_backend.h53 #define FS_IN_IGNORED 0x00008000 /* last inotify event here */ macro
104 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED | \
/linux-6.6.21/kernel/
Daudit_tree.c184 amark->mark.mask = FS_IN_IGNORED; in alloc_mark()