Home
last modified time | relevance | path

Searched refs:FAN_REPORT_TID (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dfanotify.h37 FAN_REPORT_TID | \
/linux/include/uapi/linux/
H A Dfanotify.h58 #define FAN_REPORT_TID 0x00000100 /* event->pid is thread id */ macro
/linux/fs/notify/fanotify/
H A Dfanotify_user.c706 WARN_ON_ONCE(FAN_GROUP_FLAG(group, FAN_REPORT_TID)); in copy_event_to_user()
1441 if ((flags & FAN_REPORT_PIDFD) && (flags & FAN_REPORT_TID)) in SYSCALL_DEFINE2()
H A Dfanotify.c821 if (FAN_GROUP_FLAG(group, FAN_REPORT_TID)) in fanotify_alloc_event()