Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.h672 u64 btrfs_calc_stripe_length(const struct extent_map *em);
H A Dvolumes.c6689 u64 btrfs_calc_stripe_length(const struct extent_map *em) in btrfs_calc_stripe_length() function
6842 em->orig_block_len = btrfs_calc_stripe_length(em); in read_one_chunk()
7748 stripe_len = btrfs_calc_stripe_length(em); in verify_one_dev_extent()
H A Dscrub.c2158 const u64 dev_stripe_len = btrfs_calc_stripe_length(em); in scrub_stripe()