Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dvolumes.h684 u64 btrfs_calc_stripe_length(const struct extent_map *em);
Dvolumes.c7075 u64 btrfs_calc_stripe_length(const struct extent_map *em) in btrfs_calc_stripe_length() function
7229 em->orig_block_len = btrfs_calc_stripe_length(em); in read_one_chunk()
8134 stripe_len = btrfs_calc_stripe_length(em); in verify_one_dev_extent()
Dscrub.c3572 const u64 dev_stripe_len = btrfs_calc_stripe_length(em); in scrub_stripe()