Home
last modified time | relevance | path

Searched refs:FAN_DENY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dfanotify.h247 #define FAN_DENY 0x02 macro
253 (FAN_DENY | ((((__u32)(err)) & FAN_ERRNO_MASK) << FAN_ERRNO_SHIFT))
/linux-6.15/include/linux/
H A Dfanotify.h137 #define FANOTIFY_RESPONSE_ACCESS (FAN_ALLOW | FAN_DENY)
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c354 case FAN_DENY: in process_access_response()
950 FANOTIFY_PERM(event), FAN_DENY, NULL); in fanotify_read()
H A Dfanotify.c266 case FAN_DENY: in fanotify_get_response()