Home
last modified time | relevance | path

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

/fs/btrfs/
Draid56.h167 static inline int nr_data_stripes(const struct map_lookup *map) in nr_data_stripes() function
Dscrub.c1299 const int data_stripes = nr_data_stripes(map); in get_raid56_logic_offset()
1858 const int data_stripes = nr_data_stripes(map); in scrub_raid56_parity_stripe()
2185 sctx->raid56_data_stripes = kcalloc(nr_data_stripes(map), in scrub_stripe()
2192 for (int i = 0; i < nr_data_stripes(map); i++) { in scrub_stripe()
2241 increment = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in scrub_stripe()
2294 for (int i = 0; i < nr_data_stripes(map); i++) in scrub_stripe()
Dvolumes.c5815 len = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_full_stripe_len()
6191 btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_max_io_len()
6204 rounddown(*stripe_nr, nr_data_stripes(map))); in btrfs_max_io_len()
6309 data_stripes = nr_data_stripes(map); in btrfs_map_block()
Dblock-group.c2110 io_stripe_size = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_rmap_block()