tomoyo_path_acl  1406 security/tomoyo/common.c 		struct tomoyo_path_acl *ptr =
tomoyo_path_acl   117 security/tomoyo/domain.c 		      container_of(new_entry, struct tomoyo_path_acl, head)
tomoyo_path_acl   255 security/tomoyo/file.c 	const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl),
tomoyo_path_acl   344 security/tomoyo/file.c 	const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head);
tomoyo_path_acl   345 security/tomoyo/file.c 	const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head);
tomoyo_path_acl   363 security/tomoyo/file.c 	u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head)
tomoyo_path_acl   366 security/tomoyo/file.c 	const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm;
tomoyo_path_acl   389 security/tomoyo/file.c 	struct tomoyo_path_acl e = {
tomoyo_path_acl   165 security/tomoyo/gc.c 			struct tomoyo_path_acl *entry
tomoyo_path_acl  1041 security/tomoyo/util.c 			perm = container_of(ptr, struct tomoyo_path_acl, head)