Searched refs:nr_data_stripes (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Draid56.h176 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) function
H A Dscrub.c1298 const int data_stripes = nr_data_stripes(map);
1938 const int data_stripes = nr_data_stripes(map);
2264 sctx->raid56_data_stripes = kcalloc(nr_data_stripes(map),
2271 for (int i = 0; i < nr_data_stripes(map); i++) {
2320 increment = btrfs_stripe_nr_to_offset(nr_data_stripes(map));
2373 for (int i = 0; i < nr_data_stripes(map); i++)
H A Dvolumes.c6020 len = btrfs_stripe_nr_to_offset(nr_data_stripes(map));
6392 btrfs_stripe_nr_to_offset(nr_data_stripes(map));
6396 * @stripe_nr. Align it to nr_data_stripes, then multiply with
6400 * to go rounddown(), not round_down(), as nr_data_stripes is
6404 rounddown(io_geom->stripe_nr, nr_data_stripes(map)));
6542 int data_stripes = nr_data_stripes(map);
6572 int data_stripes = nr_data_stripes(map);
6767 nr_data_stripes(map));
H A Dblock-group.c2084 io_stripe_size = btrfs_stripe_nr_to_offset(nr_data_stripes(map));
2113 * nr_data_stripes(). Alternatively, just use rmap_len below

Completed in 166 milliseconds