Searched refs:tomoyo_mkdev_acl (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 319 const struct tomoyo_mkdev_acl *acl = in tomoyo_check_mkdev_acl() 406 * tomoyo_same_mkdev_acl - Check for duplicated "struct tomoyo_mkdev_acl" entry. 416 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mkdev_acl() 417 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mkdev_acl() 426 * tomoyo_merge_mkdev_acl - Merge duplicated "struct tomoyo_mkdev_acl" entry. 438 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() 441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() 453 * tomoyo_update_mkdev_acl - Update "struct tomoyo_mkdev_acl" list. 465 struct tomoyo_mkdev_acl e = { in tomoyo_update_mkdev_acl()
|
H A D | gc.c | 188 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl()
|
H A D | util.c | 1074 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
H A D | common.h | 728 struct tomoyo_mkdev_acl { struct
|
H A D | common.c | 1479 struct tomoyo_mkdev_acl *ptr = in tomoyo_print_entry()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 319 const struct tomoyo_mkdev_acl *acl = in tomoyo_check_mkdev_acl() 406 * tomoyo_same_mkdev_acl - Check for duplicated "struct tomoyo_mkdev_acl" entry. 416 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mkdev_acl() 417 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mkdev_acl() 426 * tomoyo_merge_mkdev_acl - Merge duplicated "struct tomoyo_mkdev_acl" entry. 438 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() 441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() 453 * tomoyo_update_mkdev_acl - Update "struct tomoyo_mkdev_acl" list. 465 struct tomoyo_mkdev_acl e = { in tomoyo_update_mkdev_acl()
|
H A D | gc.c | 188 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl()
|
H A D | util.c | 1079 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm); in tomoyo_domain_quota_is_ok()
|
H A D | common.h | 728 struct tomoyo_mkdev_acl { struct
|
H A D | common.c | 1471 struct tomoyo_mkdev_acl *ptr = in tomoyo_print_entry()
|
Completed in 18 milliseconds