Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h53 #define FANOTIFY_INIT_FLAGS (FANOTIFY_ADMIN_INIT_FLAGS | \ macro
/openbmc/linux/fs/notify/
H A Dfdinfo.c136 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1434 if (flags & ~(FANOTIFY_INIT_FLAGS | FAN_ENABLE_AUDIT)) in SYSCALL_DEFINE2()
1436 if (flags & ~FANOTIFY_INIT_FLAGS) in SYSCALL_DEFINE2()
1945 BUILD_BUG_ON(FANOTIFY_INIT_FLAGS & FANOTIFY_INTERNAL_GROUP_FLAGS); in fanotify_user_setup()
1946 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 13); in fanotify_user_setup()