Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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 | \
/linux-6.12.1/fs/notify/fanotify/
Dfanotify.c299 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_group_event_mask()
714 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in fanotify_alloc_event()
933 if (FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS)) in fanotify_handle_event()
Dfanotify_user.c538 unsigned int fid_mode = info_mode & FANOTIFY_FID_BITS; in copy_info_records_to_user()
1404 unsigned int fid_mode = flags & FANOTIFY_FID_BITS; in SYSCALL_DEFINE2()
1803 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in do_fanotify_mark()