Lines Matching refs:b_perm
359 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() local
361 perm &= ~b_perm; in tomoyo_merge_path_acl()
363 perm |= b_perm; in tomoyo_merge_path_acl()
431 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() local
434 perm &= ~b_perm; in tomoyo_merge_mkdev_acl()
436 perm |= b_perm; in tomoyo_merge_mkdev_acl()
508 const u8 b_perm = container_of(b, struct tomoyo_path2_acl, head)->perm; in tomoyo_merge_path2_acl() local
510 perm &= ~b_perm; in tomoyo_merge_path2_acl()
512 perm |= b_perm; in tomoyo_merge_path2_acl()
643 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head) in tomoyo_merge_path_number_acl() local
646 perm &= ~b_perm; in tomoyo_merge_path_number_acl()
648 perm |= b_perm; in tomoyo_merge_path_number_acl()