Searched refs:FAN_GROUP_FLAG (Results 1 – 2 of 2) sorted by relevance
309 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()317 if (FAN_GROUP_FLAG(group, FAN_REPORT_MNT)) { in fanotify_group_event_mask()754 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()866 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event()979 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) in fanotify_handle_event()1104 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()
8 #define FAN_GROUP_FLAG(group, flag) \ macro