Searched refs:FAN_ERRNO_MASK (Results 1 – 3 of 3) sorted by relevance
241 #define FAN_ERRNO_MASK ((1 << FAN_ERRNO_BITS) - 1) macro243 (FAN_DENY | ((((__u32)(err)) & FAN_ERRNO_MASK) << FAN_ERRNO_SHIFT))
137 (FAN_ERRNO_MASK << FAN_ERRNO_SHIFT))
534 return (res >> FAN_ERRNO_SHIFT) & FAN_ERRNO_MASK; in fanotify_get_response_errno()