Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfanotify.h77 #define FAN_ALL_PERM_EVENTS (FAN_OPEN_PERM |\ macro
81 FAN_ALL_PERM_EVENTS |\
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.h47 mask & FAN_ALL_PERM_EVENTS; in fanotify_is_perm_event()
Dfanotify_user.c398 if (!(fsn_event->mask & FAN_ALL_PERM_EVENTS)) { in fanotify_release()
840 valid_mask |= FAN_ALL_PERM_EVENTS; in do_fanotify_mark()
860 if (mask & FAN_ALL_PERM_EVENTS && in do_fanotify_mark()
Dfanotify.c239 BUG_ON(ret == 1 && mask & FAN_ALL_PERM_EVENTS); in fanotify_handle_event()