Lines Matching refs:factor
3211 int factor; in chunk_drange_filter() local
3219 factor = num_stripes / 2; in chunk_drange_filter()
3221 factor = num_stripes - 1; in chunk_drange_filter()
3223 factor = num_stripes - 2; in chunk_drange_filter()
3225 factor = num_stripes; in chunk_drange_filter()
3235 stripe_length = div_u64(stripe_length, factor); in chunk_drange_filter()
5442 u32 factor = map->num_stripes / map->sub_stripes; in __btrfs_map_block() local
5444 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block()
5556 u32 factor = 0; in __btrfs_map_block() local
5569 factor = map->num_stripes / sub_stripes; in __btrfs_map_block()
5572 factor, in __btrfs_map_block()
5574 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in __btrfs_map_block()