Lines Matching refs:div_u64
3029 stripe_length = div_u64(stripe_length, factor); in chunk_drange_filter()
4404 stripe_size = div_u64(max_chunk_size, data_stripes); in __btrfs_alloc_chunk()
4416 stripe_size = div_u64(stripe_size, dev_stripes); in __btrfs_alloc_chunk()
4419 stripe_size = div_u64(stripe_size, raid_stripe_len); in __btrfs_alloc_chunk()
5141 stripe_nr_end = div_u64(stripe_nr_end, map->stripe_len); in __btrfs_map_block()
5204 stripe_nr = div_u64(raid56_full_stripe_start, in __btrfs_map_block()
5538 length = div_u64(length, map->num_stripes / map->sub_stripes); in btrfs_rmap_block()
5540 length = div_u64(length, map->num_stripes); in btrfs_rmap_block()
5542 length = div_u64(length, nr_data_stripes(map)); in btrfs_rmap_block()
5557 stripe_nr = div_u64(stripe_nr, map->stripe_len); in btrfs_rmap_block()
5561 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block()