Searched refs:tomoyo_path_number_acl (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/security/tomoyo/ |
D | file.c | 527 const struct tomoyo_path_number_acl *acl = in tomoyo_check_path_number_acl() 815 const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1), in tomoyo_same_path_number_acl() 817 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2), in tomoyo_same_path_number_acl() 828 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl, in tomoyo_merge_path_number_acl() 831 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head) in tomoyo_merge_path_number_acl() 858 struct tomoyo_path_number_acl e = { in tomoyo_update_path_number_acl()
|
D | gc.c | 101 struct tomoyo_path_number_acl *entry in tomoyo_del_acl()
|
D | common.h | 458 struct tomoyo_path_number_acl { struct
|
D | util.c | 936 perm = container_of(ptr, struct tomoyo_path_number_acl, in tomoyo_domain_quota_is_ok()
|
D | common.c | 961 struct tomoyo_path_number_acl *ptr = in tomoyo_print_entry()
|