Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfanotify.h251 #define FAN_ERRNO_MASK ((1 << FAN_ERRNO_BITS) - 1) macro
253 (FAN_DENY | ((((__u32)(err)) & FAN_ERRNO_MASK) << FAN_ERRNO_SHIFT))
/linux-6.15/include/linux/
H A Dfanotify.h141 (FAN_ERRNO_MASK << FAN_ERRNO_SHIFT))
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.h552 return (res >> FAN_ERRNO_SHIFT) & FAN_ERRNO_MASK; in fanotify_get_response_errno()