Home
last modified time | relevance | path

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

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