Home
last modified time | relevance | path

Searched refs:FANOTIFY_UNPRIV (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dfanotify.h56 #define FANOTIFY_UNPRIV 0x80000000 macro
57 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/Linux-v6.6/fs/notify/fanotify/
Dfanotify_user.c682 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
692 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
1419 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1752 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_mark()