Lines Matching defs:inheritable
194 * @inheritable: The place to record the inheritable set
201 kernel_cap_t *inheritable, kernel_cap_t *permitted)
209 *inheritable = cred->cap_inheritable;
216 * Determine whether the inheritable capabilities are limited to the old
235 * @inheritable: A pointer to the proposed new inheritable capabilities set
245 const kernel_cap_t *inheritable,
249 !cap_issubset(*inheritable,
252 /* incapable of using this inheritable set */
255 if (!cap_issubset(*inheritable,
270 new->cap_inheritable = *inheritable;
275 * inheritable.
279 *inheritable));
606 (new->cap_inheritable.val & caps->inheritable.val);
699 cpu_caps->inheritable.val = le32_to_cpu(caps->data[0].inheritable);
707 cpu_caps->inheritable.val += (u64)le32_to_cpu(caps->data[1].inheritable) << 32;
711 cpu_caps->inheritable.val &= CAP_VALID_MASK;