Lines Matching refs:a_perm
363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() local
365 u16 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_acl()
372 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_path_acl()
438 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() local
440 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_mkdev_acl()
448 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_mkdev_acl()
518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() local
520 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path2_acl()
527 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_path2_acl()
656 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl, in tomoyo_merge_path_number_acl() local
658 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_number_acl()
666 WRITE_ONCE(*a_perm, perm); in tomoyo_merge_path_number_acl()