Home
last modified time | relevance | path

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

/Linux-v6.1/fs/notify/
Dfsnotify.c217 parent_interested = mask & p_mask & ALL_FSNOTIFY_EVENTS; in __fsnotify_parent()
261 if (!(mask & inode_mark->mask & ALL_FSNOTIFY_EVENTS)) in fsnotify_handle_inode_event()
325 __u32 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in send_to_group()
543 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in fsnotify()
/Linux-v6.1/include/linux/
Dfsnotify_backend.h101 #define ALL_FSNOTIFY_EVENTS (ALL_FSNOTIFY_DIRENT_EVENTS | \ macro
110 #define ALL_FSNOTIFY_BITS (ALL_FSNOTIFY_EVENTS | ALL_FSNOTIFY_FLAGS)
690 return mark->ignore_mask & ALL_FSNOTIFY_EVENTS; in fsnotify_ignored_events()
732 return ignore_mask & ALL_FSNOTIFY_EVENTS; in fsnotify_effective_ignore_mask()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1738 (mask & ALL_FSNOTIFY_EVENTS), obj_type); in do_fanotify_mark()