tomoyo_path2_acl 1437 security/tomoyo/common.c 		struct tomoyo_path2_acl *ptr =
tomoyo_path2_acl  299 security/tomoyo/file.c 	const struct tomoyo_path2_acl *acl =
tomoyo_path2_acl  498 security/tomoyo/file.c 	const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head);
tomoyo_path2_acl  499 security/tomoyo/file.c 	const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head);
tomoyo_path2_acl  518 security/tomoyo/file.c 	u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head)
tomoyo_path2_acl  521 security/tomoyo/file.c 	const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm;
tomoyo_path2_acl  544 security/tomoyo/file.c 	struct tomoyo_path2_acl e = {
tomoyo_path2_acl  172 security/tomoyo/gc.c 			struct tomoyo_path2_acl *entry
tomoyo_path2_acl 1045 security/tomoyo/util.c 			perm = container_of(ptr, struct tomoyo_path2_acl, head)