Searched refs:BTRFS_BLOCK_GROUP_RAID6 (Results 1 – 9 of 9) sorted by relevance
872 #define BTRFS_BLOCK_GROUP_RAID6 (1ULL << 8) macro900 BTRFS_BLOCK_GROUP_RAID6 | \904 BTRFS_BLOCK_GROUP_RAID6)
14 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in nr_parity_stripes()
1017 else if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()1843 if (rbio->bioc->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
82 if (allowed & BTRFS_BLOCK_GROUP_RAID6) in btrfs_reduce_alloc_profile()83 allowed = BTRFS_BLOCK_GROUP_RAID6; in btrfs_reduce_alloc_profile()
887 (type & BTRFS_BLOCK_GROUP_RAID6 && in btrfs_check_chunk_valid()
1369 case BTRFS_BLOCK_GROUP_RAID6: in btrfs_load_block_group_zone_info()
152 .bg_flag = BTRFS_BLOCK_GROUP_RAID6,177 else if (flags & BTRFS_BLOCK_GROUP_RAID6) in btrfs_bg_flags_to_raid_index()5737 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in btrfs_num_copies()6560 if (map->type & BTRFS_BLOCK_GROUP_RAID6) in __btrfs_map_block()
1224 else if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
141 { BTRFS_BLOCK_GROUP_RAID6, "RAID6"}965 { BTRFS_BLOCK_GROUP_RAID6, "RAID6" })
Completed in 42 milliseconds