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

/linux-master/include/uapi/linux/
H A Dfanotify.h61 #define FAN_REPORT_NAME 0x00000800 /* Report events with name */ 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.c171 } else if ((info_mode & FAN_REPORT_NAME) &&
174 * With group flag FAN_REPORT_NAME, if name was not recorded in
594 } else if ((fid_mode & FAN_REPORT_NAME) &&
597 * With group flag FAN_REPORT_NAME, if name was not
1523 if ((fid_mode & FAN_REPORT_NAME) && !(fid_mode & FAN_REPORT_DIR_FID))
1527 * FAN_REPORT_TARGET_FID requires FAN_REPORT_NAME and FAN_REPORT_FID
1532 (!(fid_mode & FAN_REPORT_NAME) || !(fid_mode & FAN_REPORT_FID)))
1873 if (mask & FAN_RENAME && !(fid_mode & FAN_REPORT_NAME))
H A Dfanotify.c738 * We record file name only in a group with FAN_REPORT_NAME
750 if (!(fid_mode & FAN_REPORT_NAME)) {

Completed in 140 milliseconds