Lines Matching refs:container_of

255 	const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl),  in tomoyo_check_path_acl()
279 container_of(ptr, typeof(*acl), head); in tomoyo_check_path_number_acl()
300 container_of(ptr, typeof(*acl), head); in tomoyo_check_path2_acl()
320 container_of(ptr, typeof(*acl), head); in tomoyo_check_mkdev_acl()
344 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl()
345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl()
363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl()
366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl()
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()
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()
498 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path2_acl()
499 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path2_acl()
518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl()
521 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl()
634 const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1), in tomoyo_same_path_number_acl()
636 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2), in tomoyo_same_path_number_acl()
656 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl, in tomoyo_merge_path_number_acl()
659 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head) in tomoyo_merge_path_number_acl()
965 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mount_acl()
966 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mount_acl()