Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfanotify.h58 #define FANOTIFY_UNPRIV 0x80000000 macro
59 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c552 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
562 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
1170 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1437 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_mark()