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