Searched refs:tomoyo_mkdev_acl (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/security/tomoyo/ |
D | file.c | 550 const struct tomoyo_mkdev_acl *acl = in tomoyo_check_mkdev_acl() 632 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), in tomoyo_same_mkdev_acl() 634 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), in tomoyo_same_mkdev_acl() 647 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() 650 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() 680 struct tomoyo_mkdev_acl e = { in tomoyo_update_mkdev_acl()
|
D | gc.c | 109 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl()
|
D | common.h | 479 struct tomoyo_mkdev_acl { struct
|
D | util.c | 943 perm = container_of(ptr, struct tomoyo_mkdev_acl, in tomoyo_domain_quota_is_ok()
|
D | common.c | 971 struct tomoyo_mkdev_acl *ptr = in tomoyo_print_entry()
|