Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h128 #define FANOTIFY_RESPONSE_VALID_MASK (FANOTIFY_RESPONSE_ACCESS | FANOTIFY_RESPONSE_FLAGS) macro
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c349 if (response & ~FANOTIFY_RESPONSE_VALID_MASK) in process_access_response()