Searched refs:FAN_ALL_PERM_EVENTS (Results 1 – 3 of 3) sorted by relevance
44 if (event->mask & FAN_ALL_PERM_EVENTS) in fanotify_merge()159 if (mask & FAN_ALL_PERM_EVENTS) { in fanotify_alloc_event()224 BUG_ON(ret == 1 && mask & FAN_ALL_PERM_EVENTS); in fanotify_handle_event()232 if (mask & FAN_ALL_PERM_EVENTS) { in fanotify_handle_event()257 if (fsn_event->mask & FAN_ALL_PERM_EVENTS) { in fanotify_free_event()
224 if (event->mask & FAN_ALL_PERM_EVENTS) in copy_event_to_user()301 if (!(kevent->mask & FAN_ALL_PERM_EVENTS)) { in fanotify_read()840 if (mask & ~(FAN_ALL_EVENTS | FAN_ALL_PERM_EVENTS | FAN_EVENT_ON_CHILD)) in SYSCALL_DEFINE5()861 if (mask & FAN_ALL_PERM_EVENTS && in SYSCALL_DEFINE5()
75 #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM |\ macro79 FAN_ALL_PERM_EVENTS |\