Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h26 #define FANOTIFY_FID_BITS (FAN_REPORT_DFID_NAME_TARGET) macro
28 #define FANOTIFY_INFO_MODES (FANOTIFY_FID_BITS | FAN_REPORT_PIDFD)
49 FANOTIFY_FID_BITS | \
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c303 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()
718 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()
945 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) { in fanotify_handle_event()
H A Dfanotify_user.c539 unsigned int fid_mode = info_mode & FANOTIFY_FID_BITS; in copy_info_records_to_user()
1397 unsigned int fid_mode = flags & FANOTIFY_FID_BITS; in SYSCALL_DEFINE2()
1784 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in do_fanotify_mark()