Searched refs:CAP_LAST_CAP (Results 1 – 5 of 5) sorted by relevance
355 #define CAP_LAST_CAP CAP_AUDIT_READ macro357 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
82 #define CAP_LAST_U32_VALID_MASK (CAP_TO_MASK(CAP_LAST_CAP + 1) -1)
140 static const int cap_last_cap = CAP_LAST_CAP;
178 CAP_LAST_CAP from the kernel.
1534 #if CAP_LAST_CAP > 63