Home
last modified time | relevance | path

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

/linux-6.14.4/include/uapi/linux/
Dfanotify.h241 #define FAN_ERRNO_MASK ((1 << FAN_ERRNO_BITS) - 1) macro
243 (FAN_DENY | ((((__u32)(err)) & FAN_ERRNO_MASK) << FAN_ERRNO_SHIFT))
/linux-6.14.4/include/linux/
Dfanotify.h137 (FAN_ERRNO_MASK << FAN_ERRNO_SHIFT))
/linux-6.14.4/fs/notify/fanotify/
Dfanotify.h534 return (res >> FAN_ERRNO_SHIFT) & FAN_ERRNO_MASK; in fanotify_get_response_errno()