Searched refs:BTRFS_BLOCK_GROUP_RAID5 (Results 1 – 9 of 9) sorted by relevance
871 #define BTRFS_BLOCK_GROUP_RAID5 (1ULL << 7) macro899 BTRFS_BLOCK_GROUP_RAID5 | \903 #define BTRFS_BLOCK_GROUP_RAID56_MASK (BTRFS_BLOCK_GROUP_RAID5 | \
12 if (map->type & BTRFS_BLOCK_GROUP_RAID5) in nr_parity_stripes()
84 else if (allowed & BTRFS_BLOCK_GROUP_RAID5) in btrfs_reduce_alloc_profile()85 allowed = BTRFS_BLOCK_GROUP_RAID5; in btrfs_reduce_alloc_profile()
885 (type & BTRFS_BLOCK_GROUP_RAID5 && in btrfs_check_chunk_valid()
1368 case BTRFS_BLOCK_GROUP_RAID5: in btrfs_load_block_group_zone_info()
1015 if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID5) in alloc_rbio()
139 .bg_flag = BTRFS_BLOCK_GROUP_RAID5,175 else if (flags & BTRFS_BLOCK_GROUP_RAID5) in btrfs_bg_flags_to_raid_index()5735 else if (map->type & BTRFS_BLOCK_GROUP_RAID5) in btrfs_num_copies()
1222 if (bioc->map_type & BTRFS_BLOCK_GROUP_RAID5) in scrub_nr_raid_mirrors()
140 { BTRFS_BLOCK_GROUP_RAID5, "RAID5"}, \964 { BTRFS_BLOCK_GROUP_RAID5, "RAID5" }, \
Completed in 49 milliseconds