Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dvolumes.c5292 u64 stripe_nr_end; in __btrfs_map_block_for_discard() local
5334 stripe_nr_end = round_up(offset + length, map->stripe_len); in __btrfs_map_block_for_discard()
5335 stripe_nr_end = div64_u64(stripe_nr_end, map->stripe_len); in __btrfs_map_block_for_discard()
5336 stripe_cnt = stripe_nr_end - stripe_nr; in __btrfs_map_block_for_discard()
5337 stripe_end_offset = stripe_nr_end * map->stripe_len - in __btrfs_map_block_for_discard()
5360 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in __btrfs_map_block_for_discard()