Home
last modified time | relevance | path

Searched refs:raid_type (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dblock-group.c57 u64 raid_type; in btrfs_reduce_alloc_profile() local
76 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()
Ddisk-io.c3780 int raid_type; in btrfs_get_num_tolerated_disk_barrier_failures() local
3789 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()