Home
last modified time | relevance | path

Searched refs:FAN_REPORT_PIDFD (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dfanotify.h30 #define FANOTIFY_INFO_MODES (FANOTIFY_FID_BITS | FAN_REPORT_PIDFD)
40 FAN_REPORT_PIDFD | \
/linux/include/uapi/linux/
A Dfanotify.h55 #define FAN_REPORT_PIDFD 0x00000080 /* Report pidfd for event->pid */ macro
/linux/fs/notify/fanotify/
A Dfanotify_user.c161 if (info_mode & FAN_REPORT_PIDFD) in fanotify_event_len()
479 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_info_records_to_user()
580 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_event_to_user()
1253 if ((flags & FAN_REPORT_PIDFD) && (flags & FAN_REPORT_TID)) in SYSCALL_DEFINE2()

Completed in 7 milliseconds