Searched refs:nr_data_stripes (Results 1 – 4 of 4) sorted by relevance
176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes() function
1298 const int data_stripes = nr_data_stripes(map); in get_raid56_logic_offset()1949 const int data_stripes = nr_data_stripes(map); in scrub_raid56_parity_stripe()2277 sctx->raid56_data_stripes = kcalloc(nr_data_stripes(map), in scrub_stripe()2284 for (int i = 0; i < nr_data_stripes(map); i++) { in scrub_stripe()2333 increment = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in scrub_stripe()2390 for (int i = 0; i < nr_data_stripes(map); i++) in scrub_stripe()
5839 len = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_full_stripe_len()6210 btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_max_io_len()6222 rounddown(io_geom->stripe_nr, nr_data_stripes(map))); in btrfs_max_io_len()6360 int data_stripes = nr_data_stripes(map); in map_blocks_raid56_write()6390 int data_stripes = nr_data_stripes(map); in map_blocks_raid56_read()6584 nr_data_stripes(map)); in btrfs_map_block()
2123 io_stripe_size = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_rmap_block()
Completed in 807 milliseconds