Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.h549 static inline u32 fanotify_get_response_errno(int res) in fanotify_get_response_errno() function
H A Dfanotify.c268 errno = fanotify_get_response_errno(event->response); in fanotify_get_response()
H A Dfanotify_user.c335 int errno = fanotify_get_response_errno(response); in process_access_response()