Home
last modified time | relevance | path

Searched refs:FAN_REPORT_FID (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dfanotify.h21 #define FANOTIFY_FID_BITS (FAN_REPORT_FID | FAN_REPORT_DFID_NAME)
/Linux-v5.10/include/uapi/linux/
Dfanotify.h55 #define FAN_REPORT_FID 0x00000200 /* Report unique file id */ macro
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c249 } else if (!(fid_mode & FAN_REPORT_FID)) { in fanotify_group_event_mask()
544 if ((fid_mode & FAN_REPORT_FID) && in fanotify_alloc_event()
Dfanotify_user.c391 if (fid_mode == FAN_REPORT_FID || info_type) { in copy_event_to_user()