Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dvolumes.h748 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map);
Dvolumes.c6807 u64 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map) in btrfs_calc_stripe_length() function
6944 map->stripe_size = btrfs_calc_stripe_length(map); in read_one_chunk()
7833 stripe_len = btrfs_calc_stripe_length(map); in verify_one_dev_extent()
Dscrub.c2250 const u64 dev_stripe_len = btrfs_calc_stripe_length(map); in scrub_stripe()