Lines Matching refs:div_u64
3235 stripe_length = div_u64(stripe_length, factor); in chunk_drange_filter()
4672 stripe_size = div_u64(max_chunk_size, data_stripes); in __btrfs_alloc_chunk()
4684 stripe_size = div_u64(stripe_size, dev_stripes); in __btrfs_alloc_chunk()
4687 stripe_size = div_u64(stripe_size, raid_stripe_len); in __btrfs_alloc_chunk()
5407 stripe_nr_end = div_u64(stripe_nr_end, map->stripe_len); in __btrfs_map_block()
5470 stripe_nr = div_u64(raid56_full_stripe_start, in __btrfs_map_block()
5804 length = div_u64(length, map->num_stripes / map->sub_stripes); in btrfs_rmap_block()
5806 length = div_u64(length, map->num_stripes); in btrfs_rmap_block()
5808 length = div_u64(length, nr_data_stripes(map)); in btrfs_rmap_block()
5823 stripe_nr = div_u64(stripe_nr, map->stripe_len); in btrfs_rmap_block()
5827 stripe_nr = div_u64(stripe_nr, map->sub_stripes); in btrfs_rmap_block()