Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Draid56.h167 static inline int nr_data_stripes(const struct map_lookup *map) in nr_data_stripes() function
Dscrub.c1289 const int data_stripes = nr_data_stripes(map); in get_raid56_logic_offset()
1841 const int data_stripes = nr_data_stripes(map); in scrub_raid56_parity_stripe()
2166 sctx->raid56_data_stripes = kcalloc(nr_data_stripes(map), in scrub_stripe()
2173 for (int i = 0; i < nr_data_stripes(map); i++) { in scrub_stripe()
2222 increment = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in scrub_stripe()
2275 for (int i = 0; i < nr_data_stripes(map); i++) in scrub_stripe()
Dvolumes.c5796 len = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_full_stripe_len()
6172 btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_max_io_len()
6185 rounddown(*stripe_nr, nr_data_stripes(map))); in btrfs_max_io_len()
6290 data_stripes = nr_data_stripes(map); in btrfs_map_block()
Dblock-group.c2047 io_stripe_size = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_rmap_block()