Lines Matching defs:fid_mode
67 static int fanotify_event_info_len(unsigned int fid_mode,
78 } else if ((fid_mode & FAN_REPORT_NAME) && (event->mask & FAN_ONDIR)) {
103 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS);
111 if (fid_mode) {
112 event_size += fanotify_event_info_len(fid_mode,
330 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS);
338 fanotify_event_info_len(fid_mode, event);
388 if (fid_mode == FAN_REPORT_FID || info_type) {
394 } else if ((fid_mode & FAN_REPORT_NAME) &&
928 unsigned int fid_mode = flags & FANOTIFY_FID_BITS;
956 if (fid_mode && class != FAN_CLASS_NOTIF)
963 if ((fid_mode & FAN_REPORT_NAME) && !(fid_mode & FAN_REPORT_DIR_FID))
1139 unsigned int obj_type, fid_mode;
1217 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS);
1219 (!fid_mode || mark_type == FAN_MARK_MOUNT))
1244 if (fid_mode) {
1266 if ((fid_mode & FAN_REPORT_DIR_FID) &&