Searched refs:FAN_REPORT_DIR_FID (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfanotify.h60 #define FAN_REPORT_DIR_FID 0x00000400 /* Report unique directory id */ macro
64 /* Convenience macro - FAN_REPORT_NAME requires FAN_REPORT_DIR_FID */
65 #define FAN_REPORT_DFID_NAME (FAN_REPORT_DIR_FID | FAN_REPORT_NAME)
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c607 * With group flag FAN_REPORT_DIR_FID, a single info
614 * With group flags FAN_REPORT_DIR_FID|FAN_REPORT_FID,
1523 if ((fid_mode & FAN_REPORT_NAME) && !(fid_mode & FAN_REPORT_DIR_FID))
1931 if ((fid_mode & FAN_REPORT_DIR_FID) &&
H A Dfanotify.c727 if ((fid_mode & FAN_REPORT_DIR_FID) && dirid) {

Completed in 126 milliseconds