Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dvolumes.h666 u64 btrfs_calc_stripe_length(const struct extent_map *em);
Dvolumes.c6671 u64 btrfs_calc_stripe_length(const struct extent_map *em) in btrfs_calc_stripe_length() function
6824 em->orig_block_len = btrfs_calc_stripe_length(em); in read_one_chunk()
7730 stripe_len = btrfs_calc_stripe_length(em); in verify_one_dev_extent()
Dscrub.c2158 const u64 dev_stripe_len = btrfs_calc_stripe_length(em); in scrub_stripe()