Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify_user.c325 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in get_one_event()
481 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()
843 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in copy_event_to_user()
861 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
871 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
890 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) { in copy_event_to_user()
903 if (FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) in copy_event_to_user()
911 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in copy_event_to_user()
917 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR) && pidfd < 0) in copy_event_to_user()
1156 info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in fanotify_ioctl()
[all …]
H A Dfanotify.c307 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()
315 if (FAN_GROUP_FLAG(group, FAN_REPORT_MNT)) { in fanotify_group_event_mask()
752 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()
843 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event()
848 if (FAN_GROUP_FLAG(group, FAN_REPORT_PIDFD) && in fanotify_alloc_event()
981 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) in fanotify_handle_event()
1106 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()
/linux/include/linux/
H A Dfanotify.h8 #define FAN_GROUP_FLAG(group, flag) \ macro