Home
last modified time | relevance | path

Searched refs:FAN_REPORT_FID (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h59 #define FAN_REPORT_FID 0x00000200 /* Report unique file id */ macro
68 FAN_REPORT_FID | FAN_REPORT_TARGET_FID)
/kernel/linux/linux-5.10/include/linux/
H A Dfanotify.h21 #define FANOTIFY_FID_BITS (FAN_REPORT_FID | FAN_REPORT_DFID_NAME)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfanotify.h55 #define FAN_REPORT_FID 0x00000200 /* Report unique file id */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfanotify.h53 #define FAN_REPORT_FID 0x00000200 macro
/kernel/linux/linux-6.6/samples/fanotify/
H A Dfs-monitor.c123 fd = fanotify_init(FAN_CLASS_NOTIF|FAN_REPORT_FID, O_RDONLY); in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfanotify.h53 #define FAN_REPORT_FID 0x00000200 macro
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c255 } else if (!(fid_mode & FAN_REPORT_FID)) { in fanotify_group_event_mask()
545 * With both flags FAN_REPORT_DIR_FID and FAN_REPORT_FID, we in fanotify_alloc_event()
549 if ((fid_mode & FAN_REPORT_FID) && in fanotify_alloc_event()
H A Dfanotify_user.c388 if (fid_mode == FAN_REPORT_FID || info_type) { in copy_event_to_user()
390 * With only group flag FAN_REPORT_FID only type FID is in copy_event_to_user()
414 * With group flags FAN_REPORT_DIR_FID|FAN_REPORT_FID, in copy_event_to_user()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c318 } else if (!(fid_mode & FAN_REPORT_FID)) { in fanotify_group_event_mask()
476 * FAN_REPORT_FID is ambiguous in that it reports the fid of the child for
488 return (fid_mode & FAN_REPORT_FID) && !(mask & FAN_ONDIR); in fanotify_report_child_fid()
H A Dfanotify_user.c589 if (fid_mode == FAN_REPORT_FID || info_type) { in copy_info_records_to_user()
591 * With only group flag FAN_REPORT_FID only type FID is in copy_info_records_to_user()
615 * With group flags FAN_REPORT_DIR_FID|FAN_REPORT_FID, in copy_info_records_to_user()
1460 * FAN_REPORT_TARGET_FID requires FAN_REPORT_NAME and FAN_REPORT_FID in SYSCALL_DEFINE2()
1465 (!(fid_mode & FAN_REPORT_NAME) || !(fid_mode & FAN_REPORT_FID))) in SYSCALL_DEFINE2()

Completed in 11 milliseconds