Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dfanotify.h28 #define FANOTIFY_INFO_MODES (FANOTIFY_FID_BITS | FAN_REPORT_PIDFD)
38 FAN_REPORT_PIDFD | \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h57 #define FAN_REPORT_PIDFD 0x00000080 /* Report pidfd for event->pid */ macro
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c181 if (info_mode & FAN_REPORT_PIDFD) in fanotify_event_len()
540 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_info_records_to_user()
665 unsigned int pidfd_mode = info_mode & FAN_REPORT_PIDFD; in copy_event_to_user()
702 * Complain if the FAN_REPORT_PIDFD and FAN_REPORT_TID mutual in copy_event_to_user()
1431 * FAN_REPORT_PIDFD and FAN_REPORT_TID need to remain mutually in SYSCALL_DEFINE2()
1434 if ((flags & FAN_REPORT_PIDFD) && (flags & FAN_REPORT_TID)) in SYSCALL_DEFINE2()

Completed in 4 milliseconds