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

/linux-master/include/linux/
H A Dfanotify.h52 #define FANOTIFY_INIT_FLAGS (FANOTIFY_ADMIN_INIT_FLAGS | \ macro
/linux-master/fs/notify/
H A Dfdinfo.c138 group->fanotify_data.flags & FANOTIFY_INIT_FLAGS,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1490 if (flags & ~(FANOTIFY_INIT_FLAGS | FAN_ENABLE_AUDIT))
1492 if (flags & ~FANOTIFY_INIT_FLAGS)
2013 BUILD_BUG_ON(FANOTIFY_INIT_FLAGS & FANOTIFY_INTERNAL_GROUP_FLAGS);
2014 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 12);

Completed in 104 milliseconds