Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfanotify.h7 #define FAN_GROUP_FLAG(group, flag) \ macro
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c235 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()
533 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()
606 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event()
698 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) { in fanotify_handle_event()
Dfanotify_user.c103 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in get_one_event()
209 if ((response & FAN_AUDIT) && !FAN_GROUP_FLAG(group, FAN_ENABLE_AUDIT)) in process_access_response()
330 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in copy_event_to_user()
1199 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in do_fanotify_mark()