Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfanotify.h139 #define FANOTIFY_RESPONSE_VALID_MASK \ macro
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c346 if (response & ~FANOTIFY_RESPONSE_VALID_MASK) in process_access_response()