Searched refs:btrfs_nr_parity_stripes (Results 1 – 4 of 4) sorted by relevance
155 return map->num_stripes - btrfs_nr_parity_stripes(map->type); in nr_data_stripes()
685 int btrfs_nr_parity_stripes(u64 type);
974 ASSERT(btrfs_nr_parity_stripes(bioc->map_type)); in alloc_rbio()975 rbio->nr_data = real_stripes - btrfs_nr_parity_stripes(bioc->map_type); in alloc_rbio()
187 int btrfs_nr_parity_stripes(u64 type) in btrfs_nr_parity_stripes() function