Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfanotify.h56 #define FANOTIFY_UNPRIV 0x80000000 macro
57 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c681 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
691 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
1426 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1772 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_mark()