Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfanotify.h21 #define FANOTIFY_INIT_FLAGS (FANOTIFY_CLASS_BITS | \ macro
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c780 if (flags & ~(FANOTIFY_INIT_FLAGS | FAN_ENABLE_AUDIT)) in SYSCALL_DEFINE2()
782 if (flags & ~FANOTIFY_INIT_FLAGS) in SYSCALL_DEFINE2()
1137 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 8); in fanotify_user_setup()