Searched refs:is_granted (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/accesstokenid/ |
H A D | access_tokenid.h | 42 bool is_granted; member
|
H A D | access_tokenid.c | 289 if (set_perm_data.is_granted) { in access_tokenid_set_permission()
|
/kernel/linux/linux-6.6/drivers/accesstokenid/ |
H A D | access_tokenid.h | 42 bool is_granted; member
|
H A D | access_tokenid.c | 282 if (set_perm_data.is_granted) { in access_tokenid_set_permission()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | audit.c | 323 * @is_granted: True if granted log, false otherwise. 330 const bool is_granted) in tomoyo_get_audit() 342 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit() 350 if (is_granted) in tomoyo_get_audit() 327 tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted) tomoyo_get_audit() argument
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | audit.c | 324 * @is_granted: True if granted log, false otherwise. 331 const bool is_granted) in tomoyo_get_audit() 343 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit() 351 if (is_granted) in tomoyo_get_audit() 328 tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted) tomoyo_get_audit() argument
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 238 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() function
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 239 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() function
|
Completed in 17 milliseconds