Searched refs:FAN_GROUP_FLAG (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 764 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 774 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user() 793 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) { in copy_event_to_user() 806 if (FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR)) in copy_event_to_user() 818 WARN_ON_ONCE(FAN_GROUP_FLAG(group, FAN_REPORT_TID)); in copy_event_to_user() 832 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FD_ERROR) && pidfd < 0) in copy_event_to_user() 1337 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS) && in fanotify_add_new_mark() 1370 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_add_new_mark() 1894 if (FAN_GROUP_FLAG(group, FAN_REPORT_MNT)) { in do_fanotify_mark() 1912 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_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() 748 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event() 860 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event() 973 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) in fanotify_handle_event() 1097 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()
|
| /linux-6.15/include/linux/ |
| H A D | fanotify.h | 8 #define FAN_GROUP_FLAG(group, flag) \ macro
|