Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify_user.c253 static size_t fanotify_event_len(unsigned int info_mode, in fanotify_event_len() argument
265 } else if ((info_mode & FAN_REPORT_NAME) && in fanotify_event_len()
281 if (info_mode & FAN_REPORT_PIDFD) in fanotify_event_len()
319 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in get_one_event() local
329 event_size = fanotify_event_len(info_mode, event); in get_one_event()
693 unsigned int info_mode, int pidfd, in copy_info_records_to_user() argument
697 unsigned int fid_mode = info_mode & FANOTIFY_FID_BITS; in copy_info_records_to_user()
698 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_info_records_to_user()
840 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in copy_event_to_user() local
841 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_event_to_user()
[all …]