Home
last modified time | relevance | path

Searched refs:btrfs_raid_array (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dvolumes.h342 extern const struct btrfs_raid_attr btrfs_raid_array[BTRFS_NR_RAID_TYPES];
Dvolumes.c45 const struct btrfs_raid_attr btrfs_raid_array[BTRFS_NR_RAID_TYPES] = { variable
4524 sub_stripes = btrfs_raid_array[index].sub_stripes; in __btrfs_alloc_chunk()
4525 dev_stripes = btrfs_raid_array[index].dev_stripes; in __btrfs_alloc_chunk()
4526 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()
4527 devs_min = btrfs_raid_array[index].devs_min; in __btrfs_alloc_chunk()
4528 devs_increment = btrfs_raid_array[index].devs_increment; in __btrfs_alloc_chunk()
4529 ncopies = btrfs_raid_array[index].ncopies; in __btrfs_alloc_chunk()
Ddisk-io.c3517 btrfs_raid_array[BTRFS_RAID_SINGLE]. in btrfs_get_num_tolerated_disk_barrier_failures()
3526 btrfs_raid_array[raid_type]. in btrfs_get_num_tolerated_disk_barrier_failures()
Dextent-tree.c3940 if (num_devices >= btrfs_raid_array[raid_type].devs_min) in btrfs_reduce_alloc_profile()