Searched refs:FAN_GROUP_FLAG (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/notify/fanotify/ |
D | fanotify_user.c | 221 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in get_one_event() 360 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response() 664 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in copy_event_to_user() 682 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 692 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 707 WARN_ON_ONCE(FAN_GROUP_FLAG(group, FAN_REPORT_TID)); in copy_event_to_user() 1210 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS) && in fanotify_add_new_mark() 1233 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_add_new_mark() 1618 bool strict_dir_events = FAN_GROUP_FLAG(group, FAN_REPORT_TARGET_FID) || in fanotify_events_supported() 1752 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_mark() [all …]
|
D | fanotify.c | 303 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask() 718 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event() 825 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event() 945 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) { in fanotify_handle_event() 1065 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()
|
/Linux-v6.6/include/linux/ |
D | fanotify.h | 8 #define FAN_GROUP_FLAG(group, flag) \ macro
|