Searched refs:stripe_nr_end (Results 1 – 1 of 1) sorted by relevance
5950 u64 stripe_nr_end; in btrfs_map_discard() local5990 stripe_nr_end = round_up(offset + length, map->stripe_len); in btrfs_map_discard()5991 stripe_nr_end = div64_u64(stripe_nr_end, map->stripe_len); in btrfs_map_discard()5992 stripe_cnt = stripe_nr_end - stripe_nr; in btrfs_map_discard()5993 stripe_end_offset = stripe_nr_end * map->stripe_len - in btrfs_map_discard()6016 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in btrfs_map_discard()