Home
last modified time | relevance | path

Searched refs:info_mode (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c129 static int fanotify_event_info_len(unsigned int info_mode, in fanotify_event_info_len() argument
140 } else if ((info_mode & FAN_REPORT_NAME) && in fanotify_event_info_len()
149 if (info_mode & FAN_REPORT_PIDFD) in fanotify_event_info_len()
187 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in get_one_event() local
197 if (info_mode) in get_one_event()
198 event_size += fanotify_event_info_len(info_mode, event); in get_one_event()
437 unsigned int info_mode, int pidfd, in copy_info_records_to_user() argument
441 unsigned int fid_mode = info_mode & FANOTIFY_FID_BITS; in copy_info_records_to_user()
442 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_info_records_to_user()
533 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in copy_event_to_user() local
[all …]