Lines Matching refs:factor
3005 int factor; in chunk_drange_filter() local
3013 factor = num_stripes / 2; in chunk_drange_filter()
3015 factor = num_stripes - 1; in chunk_drange_filter()
3017 factor = num_stripes - 2; in chunk_drange_filter()
3019 factor = num_stripes; in chunk_drange_filter()
3029 stripe_length = div_u64(stripe_length, factor); in chunk_drange_filter()
5176 u32 factor = map->num_stripes / map->sub_stripes; in __btrfs_map_block() local
5178 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block()
5290 u32 factor = 0; in __btrfs_map_block() local
5303 factor = map->num_stripes / sub_stripes; in __btrfs_map_block()
5306 factor, in __btrfs_map_block()
5308 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in __btrfs_map_block()