Lines Matching refs:a_perm
356 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() local
358 u16 perm = *a_perm; in tomoyo_merge_path_acl()
364 *a_perm = perm; in tomoyo_merge_path_acl()
428 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() local
430 u8 perm = *a_perm; in tomoyo_merge_mkdev_acl()
437 *a_perm = perm; in tomoyo_merge_mkdev_acl()
505 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() local
507 u8 perm = *a_perm; in tomoyo_merge_path2_acl()
513 *a_perm = perm; in tomoyo_merge_path2_acl()
640 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl, in tomoyo_merge_path_number_acl() local
642 u8 perm = *a_perm; in tomoyo_merge_path_number_acl()
649 *a_perm = perm; in tomoyo_merge_path_number_acl()