Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c309 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 Dfanotify.h8 #define FAN_GROUP_FLAG(group, flag) \ macro