Searched refs:FAN_GROUP_FLAG (Results 1 – 3 of 3) sorted by relevance
241 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()538 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()611 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event()703 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) { in fanotify_handle_event()
103 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in get_one_event()209 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()330 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in copy_event_to_user()1199 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in do_fanotify_mark()
7 #define FAN_GROUP_FLAG(group, flag) \ macro