Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h742 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map);
H A Dvolumes.c6806 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map) in btrfs_calc_stripe_length() function
6943 map->stripe_size = btrfs_calc_stripe_length(map); in read_one_chunk()
7832 stripe_len = btrfs_calc_stripe_length(map); in verify_one_dev_extent()
H A Dscrub.c2250 const u64 dev_stripe_len = btrfs_calc_stripe_length(map); in scrub_stripe()