Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c44 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()
Dfanotify_user.c224 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()
/linux-4.1.27/include/uapi/linux/
Dfanotify.h75 #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM |\ macro
79 FAN_ALL_PERM_EVENTS |\