Searched refs:tomoyo_path_acl (Results 1 – 6 of 6) sorted by relevance
/security/tomoyo/ |
D | file.c | 253 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() 338 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() 339 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl() 356 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() 359 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() 381 struct tomoyo_path_acl e = { in tomoyo_update_path_acl()
|
D | gc.c | 158 struct tomoyo_path_acl *entry in tomoyo_del_acl()
|
D | util.c | 1040 perm = container_of(ptr, struct tomoyo_path_acl, head) in tomoyo_domain_quota_is_ok()
|
D | domain.c | 113 container_of(new_entry, struct tomoyo_path_acl, head) in tomoyo_update_domain()
|
D | common.h | 704 struct tomoyo_path_acl { struct
|
D | common.c | 1374 struct tomoyo_path_acl *ptr = in tomoyo_print_entry()
|