tomoyo_path2_acl
struct tomoyo_path2_acl *ptr =
const struct tomoyo_path2_acl *acl =
const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head);
const struct tomoyo_path2_acl *p2 = container_of(b, typeof(*p2), head);
u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head)
const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm;
struct tomoyo_path2_acl e = {
struct tomoyo_path2_acl *entry
perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm);