Searched refs:tomoyo_path2_acl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | file.c | 296 const struct tomoyo_path2_acl *acl = in tomoyo_check_path2_acl() 487 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path2_acl() 488 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path2_acl() 506 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() 509 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl() 531 struct tomoyo_path2_acl e = { in tomoyo_update_path2_acl()
|
D | gc.c | 166 struct tomoyo_path2_acl *entry in tomoyo_del_acl()
|
D | util.c | 1029 perm = container_of(ptr, struct tomoyo_path2_acl, head) in tomoyo_domain_quota_is_ok()
|
D | common.h | 736 struct tomoyo_path2_acl { struct
|
D | common.c | 1404 struct tomoyo_path2_acl *ptr = in tomoyo_print_entry()
|