Home
last modified time | relevance | path

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

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