Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfanotify.h21 #define FANOTIFY_FID_BITS (FAN_REPORT_FID | FAN_REPORT_DFID_NAME) macro
23 #define FANOTIFY_INIT_FLAGS (FANOTIFY_CLASS_BITS | FANOTIFY_FID_BITS | \
/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()
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()
330 unsigned int fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in copy_event_to_user()
928 unsigned int fid_mode = flags & FANOTIFY_FID_BITS; in SYSCALL_DEFINE2()
1199 fid_mode = FAN_GROUP_FLAG(group, FANOTIFY_FID_BITS); in do_fanotify_mark()