Searched refs:FAN_ERRNO_MASK (Results 1 – 3 of 3) sorted by relevance
251 #define FAN_ERRNO_MASK ((1 << FAN_ERRNO_BITS) - 1) macro253 (FAN_DENY | ((((__u32)(err)) & FAN_ERRNO_MASK) << FAN_ERRNO_SHIFT))
141 (FAN_ERRNO_MASK << FAN_ERRNO_SHIFT))
552 return (res >> FAN_ERRNO_SHIFT) & FAN_ERRNO_MASK; in fanotify_get_response_errno()