Lines Matching refs:container_of
259 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl),
283 container_of(ptr, typeof(*acl), head);
304 container_of(ptr, typeof(*acl), head);
324 container_of(ptr, typeof(*acl), head);
348 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head);
349 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head);
367 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head)
370 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm;
420 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head);
421 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head);
442 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl,
445 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head)
502 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head);
503 const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head);
522 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head)
525 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm;
639 const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1),
641 const struct tomoyo_path_number_acl *p2 = container_of(b, typeof(*p2),
661 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl,
664 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head)
970 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head);
971 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head);