Searched refs:tomoyo_path_acl (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() 334 * tomoyo_same_path_acl - Check for duplicated "struct tomoyo_path_acl" entry. 344 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() 345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl() 351 * tomoyo_merge_path_acl - Merge duplicated "struct tomoyo_path_acl" entry. 363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() 366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() 377 * tomoyo_update_path_acl - Update "struct tomoyo_path_acl" list. 389 struct tomoyo_path_acl e = { in tomoyo_update_path_acl()
|
H A D | gc.c | 165 struct tomoyo_path_acl *entry in tomoyo_del_acl()
|
H A D | util.c | 1064 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
H A D | domain.c | 117 container_of(new_entry, struct tomoyo_path_acl, head) in tomoyo_update_domain()
|
H A D | common.h | 709 struct tomoyo_path_acl { struct
|
H A D | common.c | 1406 struct tomoyo_path_acl *ptr = in tomoyo_print_entry()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() 334 * tomoyo_same_path_acl - Check for duplicated "struct tomoyo_path_acl" entry. 344 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() 345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl() 351 * tomoyo_merge_path_acl - Merge duplicated "struct tomoyo_path_acl" entry. 363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() 366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() 377 * tomoyo_update_path_acl - Update "struct tomoyo_path_acl" list. 389 struct tomoyo_path_acl e = { in tomoyo_update_path_acl()
|
H A D | gc.c | 165 struct tomoyo_path_acl *entry in tomoyo_del_acl()
|
H A D | domain.c | 117 container_of(new_entry, struct tomoyo_path_acl, head) in tomoyo_update_domain()
|
H A D | util.c | 1069 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
H A D | common.h | 709 struct tomoyo_path_acl { struct
|
H A D | common.c | 1398 struct tomoyo_path_acl *ptr = in tomoyo_print_entry()
|
Completed in 20 milliseconds