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

/linux-4.1.27/fs/btrfs/
H A Draid56.h32 static inline int nr_data_stripes(struct map_lookup *map) nr_data_stripes() function
H A Dvolumes.c4810 len = map->stripe_len * nr_data_stripes(map); btrfs_full_stripe_len()
5009 unsigned long full_stripe_len = stripe_len * nr_data_stripes(map); __btrfs_map_block()
5034 max_len = stripe_len * nr_data_stripes(map) - __btrfs_map_block()
5205 stripe_len * nr_data_stripes(map)); __btrfs_map_block()
5221 nr_data_stripes(map), &stripe_index); __btrfs_map_block()
5223 stripe_index = nr_data_stripes(map) + __btrfs_map_block()
5278 tmp = stripe_nr * nr_data_stripes(map); __btrfs_map_block()
5279 for (i = 0; i < nr_data_stripes(map); i++) __btrfs_map_block()
5542 length = div_u64(length, nr_data_stripes(map)); btrfs_rmap_block()
5543 rmap_len = map->stripe_len * nr_data_stripes(map); btrfs_rmap_block()
5564 } /* else if RAID[56], multiply by nr_data_stripes(). btrfs_rmap_block()
H A Dscrub.c2618 nr_data_stripes(map); get_raid56_logic_offset()
2623 for (i = 0; i < nr_data_stripes(map); i++) { get_raid56_logic_offset()
2627 stripe_nr = div_u64(stripe_nr, nr_data_stripes(map)); get_raid56_logic_offset()
3016 increment = map->stripe_len * nr_data_stripes(map); scrub_stripe()

Completed in 195 milliseconds