Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfanotify.h259 #define FAN_NOFD -1 macro
260 #define FAN_NOPIDFD FAN_NOFD
/linux-6.15/samples/fanotify/
H A Dfs-monitor.c72 if (event->fd != FAN_NOFD) { in handle_notifications()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c388 if (fd == FAN_NOFD) in process_access_response()
809 metadata.fd = fd >= 0 ? fd : FAN_NOFD; in copy_event_to_user()