Searched refs:btrfs_nr_parity_stripes (Results 1 – 4 of 4) sorted by relevance
178 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()
749 int btrfs_nr_parity_stripes(u64 type);
1042 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()
197 int btrfs_nr_parity_stripes(u64 type) in btrfs_nr_parity_stripes() function