Home
last modified time | relevance | path

Searched refs:FANOTIFY_RESPONSE_VALID_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dfanotify.h128 #define FANOTIFY_RESPONSE_VALID_MASK (FANOTIFY_RESPONSE_ACCESS | FANOTIFY_RESPONSE_FLAGS) macro
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c348 if (response & ~FANOTIFY_RESPONSE_VALID_MASK) in process_access_response()