Searched refs:FAN_RENAME (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfanotify.h89 FAN_RENAME)
/linux-master/include/uapi/linux/
H A Dfanotify.h31 #define FAN_RENAME 0x10000000 /* File was renamed */ macro
146 /* Special info types for FAN_RENAME */
/linux-master/fs/notify/fanotify/
H A Dfanotify.c151 * FAN_RENAME event is reported with special info record types,
154 if ((old->mask & FAN_RENAME) != (new->mask & FAN_RENAME))
758 * In the special case of FAN_RENAME event, use the match_mask
764 if (mask & FAN_RENAME) {
912 BUILD_BUG_ON(FAN_RENAME != FS_RENAME);
H A Dfanotify_user.c138 /* FAN_RENAME may have one or two dir+name info records */
551 /* FAN_RENAME uses special info types */
552 if (event->mask & FAN_RENAME)
1698 (mask & FAN_RENAME) ||
1869 * FAN_RENAME uses special info type records to report the old and
1873 if (mask & FAN_RENAME && !(fid_mode & FAN_REPORT_NAME))

Completed in 586 milliseconds