Searched refs:FAN_GROUP_FLAG (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 319 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in get_one_event() 475 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response() 840 unsigned int info_mode = FAN_GROUP_FLAG(group, FANOTIFY_INFO_MODES); in copy_event_to_user() 858 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 868 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 887 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) { in copy_event_to_user() 900 if (FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) in copy_event_to_user() 912 WARN_ON_ONCE(FAN_GROUP_FLAG(group, FAN_REPORT_TID)); in copy_event_to_user() 926 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR) && pidfd < 0) in copy_event_to_user() 1435 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS) && in fanotify_add_new_mark() [all …]
|
| H A D | fanotify.c | 309 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask() 317 if (FAN_GROUP_FLAG(group, FAN_REPORT_MNT)) { in fanotify_group_event_mask() 754 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event() 866 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event() 979 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) in fanotify_handle_event() 1104 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()
|
| /linux/include/linux/ |
| H A D | fanotify.h | 8 #define FAN_GROUP_FLAG(group, flag) \ macro
|