Searched refs:FAN_GROUP_FLAG (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/notify/fanotify/ |
| D | fanotify.c | 161 if (!FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in fanotify_group_event_mask() 198 if (FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in fanotify_group_event_mask() 319 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event() 324 if (id && FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in fanotify_alloc_event() 424 if (FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in fanotify_handle_event()
|
| D | fanotify_user.c | 82 if (FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in get_one_event() 188 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response() 1032 (!FAN_GROUP_FLAG(group, FAN_REPORT_FID) || in do_fanotify_mark() 1058 if (FAN_GROUP_FLAG(group, FAN_REPORT_FID)) { in do_fanotify_mark()
|
| /Linux-v5.4/include/linux/ |
| D | fanotify.h | 7 #define FAN_GROUP_FLAG(group, flag) \ macro
|