Searched refs:raid_type (Results 1 – 2 of 2) sorted by relevance
57 u64 raid_type; in btrfs_reduce_alloc_profile() local76 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_reduce_alloc_profile()77 if (num_devices >= btrfs_raid_array[raid_type].devs_min) in btrfs_reduce_alloc_profile()78 allowed |= btrfs_raid_array[raid_type].bg_flag; in btrfs_reduce_alloc_profile()
3780 int raid_type; in btrfs_get_num_tolerated_disk_barrier_failures() local3789 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_get_num_tolerated_disk_barrier_failures()3790 if (raid_type == BTRFS_RAID_SINGLE) in btrfs_get_num_tolerated_disk_barrier_failures()3792 if (!(flags & btrfs_raid_array[raid_type].bg_flag)) in btrfs_get_num_tolerated_disk_barrier_failures()3795 btrfs_raid_array[raid_type]. in btrfs_get_num_tolerated_disk_barrier_failures()