Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid56.h257 static inline int nr_data_stripes(const struct btrfs_chunk_map *map) in nr_data_stripes() function
H A Dscrub.c1401 const int data_stripes = nr_data_stripes(map); in get_raid56_logic_offset()
2084 const int data_stripes = nr_data_stripes(map); in scrub_raid56_cached_parity()
2134 const int data_stripes = nr_data_stripes(map); in scrub_raid56_parity_stripe()
2434 nr_data_stripes(map)); in scrub_stripe()
2439 for (int i = 0; i < nr_data_stripes(map); i++) { in scrub_stripe()
2488 increment = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in scrub_stripe()
2539 for (int i = 0; i < nr_data_stripes(map); i++) in scrub_stripe()
H A Dvolumes.c6103 nr_data_stripes(map) > 1)) in set_real_chunk_type()
6509 len = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_full_stripe_len()
6955 btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_max_io_len()
6967 rounddown(io_geom->stripe_nr, nr_data_stripes(map))); in btrfs_max_io_len()
7108 int data_stripes = nr_data_stripes(map); in map_blocks_raid56_write()
7138 int data_stripes = nr_data_stripes(map); in map_blocks_raid56_read()
7355 nr_data_stripes(map)); in btrfs_map_block()
H A Dblock-group.c2295 io_stripe_size = btrfs_stripe_nr_to_offset(nr_data_stripes(map)); in btrfs_rmap_block()