Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dvolumes.c4134 static const struct btrfs_raid_attr btrfs_raid_array[BTRFS_NR_RAID_TYPES] = { variable
4256 sub_stripes = btrfs_raid_array[index].sub_stripes; in __btrfs_alloc_chunk()
4257 dev_stripes = btrfs_raid_array[index].dev_stripes; in __btrfs_alloc_chunk()
4258 devs_max = btrfs_raid_array[index].devs_max; in __btrfs_alloc_chunk()
4259 devs_min = btrfs_raid_array[index].devs_min; in __btrfs_alloc_chunk()
4260 devs_increment = btrfs_raid_array[index].devs_increment; in __btrfs_alloc_chunk()
4261 ncopies = btrfs_raid_array[index].ncopies; in __btrfs_alloc_chunk()