Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h62 #define FAN_REPORT_TARGET_FID 0x00001000 /* Report dirent target id */ macro
66 /* Convenience macro - FAN_REPORT_TARGET_FID requires all other FID flags */
68 FAN_REPORT_FID | FAN_REPORT_TARGET_FID)
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c479 * With the FAN_REPORT_TARGET_FID flag, the fid of the child is reported
486 return (fid_mode & FAN_REPORT_TARGET_FID); in fanotify_report_child_fid()
495 * With the group flag FAN_REPORT_TARGET_FID, always report the child fid.
497 * Without the group flag FAN_REPORT_TARGET_FID, report the modified directory
502 * FS_CREATE reports the modified dir fid without FAN_REPORT_TARGET_FID.
503 * and reports the created child fid with FAN_REPORT_TARGET_FID.
510 !(fid_mode & FAN_REPORT_TARGET_FID)) in fanotify_fid_inode()
H A Dfanotify_user.c1460 * FAN_REPORT_TARGET_FID requires FAN_REPORT_NAME and FAN_REPORT_FID in SYSCALL_DEFINE2()
1464 if ((fid_mode & FAN_REPORT_TARGET_FID) && in SYSCALL_DEFINE2()
1618 bool strict_dir_events = FAN_GROUP_FLAG(group, FAN_REPORT_TARGET_FID) || in fanotify_events_supported()

Completed in 5 milliseconds