Home
last modified time | relevance | path

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

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