Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Draid56.h20 static inline int nr_data_stripes(struct map_lookup *map) in nr_data_stripes() function
Dvolumes.c5139 len = map->stripe_len * nr_data_stripes(map); in btrfs_full_stripe_len()
5666 unsigned long full_stripe_len = stripe_len * nr_data_stripes(map); in __btrfs_map_block()
5684 max_len = stripe_len * nr_data_stripes(map) - in __btrfs_map_block()
5770 stripe_len * nr_data_stripes(map)); in __btrfs_map_block()
5786 nr_data_stripes(map), &stripe_index); in __btrfs_map_block()
5788 stripe_index = nr_data_stripes(map) + in __btrfs_map_block()
5847 tmp = stripe_nr * nr_data_stripes(map); in __btrfs_map_block()
5848 for (i = 0; i < nr_data_stripes(map); i++) in __btrfs_map_block()
5948 length = div_u64(length, nr_data_stripes(map)); in btrfs_rmap_block()
5949 rmap_len = map->stripe_len * nr_data_stripes(map); in btrfs_rmap_block()
Dscrub.c2654 nr_data_stripes(map); in get_raid56_logic_offset()
2659 for (i = 0; i < nr_data_stripes(map); i++) { in get_raid56_logic_offset()
2663 stripe_nr = div_u64(stripe_nr, nr_data_stripes(map)); in get_raid56_logic_offset()
3080 increment = map->stripe_len * nr_data_stripes(map); in scrub_stripe()