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.h52 #define FANOTIFY_INIT_FLAGS (FANOTIFY_ADMIN_INIT_FLAGS | \ macro
/openbmc/linux/fs/notify/
H A Dfdinfo.c138 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS, in fanotify_show_fdinfo()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1423 if (flags & ~(FANOTIFY_INIT_FLAGS | FAN_ENABLE_AUDIT)) in SYSCALL_DEFINE2()
1425 if (flags & ~FANOTIFY_INIT_FLAGS) in SYSCALL_DEFINE2()
1934 BUILD_BUG_ON(FANOTIFY_INIT_FLAGS & FANOTIFY_INTERNAL_GROUP_FLAGS); in fanotify_user_setup()
1935 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 12); in fanotify_user_setup()