Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid56.h178 return map->num_stripes - btrfs_nr_parity_stripes(map->type); in nr_data_stripes()
183 return bioc->num_stripes - btrfs_nr_parity_stripes(bioc->map_type); in nr_bioc_data_stripes()
H A Dvolumes.h743 int btrfs_nr_parity_stripes(u64 type);
H A Draid56.c1042 ASSERT(btrfs_nr_parity_stripes(bioc->map_type)); in alloc_rbio()
1043 rbio->nr_data = real_stripes - btrfs_nr_parity_stripes(bioc->map_type); in alloc_rbio()
H A Dvolumes.c197 int btrfs_nr_parity_stripes(u64 type) in btrfs_nr_parity_stripes() function