Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h126 #define FANOTIFY_RESPONSE_ACCESS (FAN_ALLOW | FAN_DENY) macro
128 #define FANOTIFY_RESPONSE_VALID_MASK (FANOTIFY_RESPONSE_ACCESS | FANOTIFY_RESPONSE_FLAGS)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c265 switch (event->response & FANOTIFY_RESPONSE_ACCESS) { in fanotify_get_response()
H A Dfanotify_user.c352 switch (response & FANOTIFY_RESPONSE_ACCESS) { in process_access_response()