Lines Matching refs:stripe_index

5939 	u32 stripe_index;
5980 * device we have to walk to find the data, and stripe_index is
5984 stripe_index = 0;
5995 stripe_index = stripe_nr % factor;
5997 stripe_index *= sub_stripes;
6006 stripe_index = stripe_nr % map->num_stripes;
6018 map->stripes[stripe_index].physical +
6020 stripes[i].dev = map->stripes[stripe_index].dev;
6040 if (stripe_index >= last_stripe &&
6041 stripe_index <= (last_stripe +
6051 stripe_index++;
6052 if (stripe_index == map->num_stripes) {
6053 stripe_index = 0;
6208 u32 stripe_index, u64 stripe_offset, u32 stripe_nr)
6210 dst->dev = map->stripes[stripe_index].dev;
6211 dst->physical = map->stripes[stripe_index].physical +
6265 u32 stripe_index;
6308 stripe_index = 0;
6310 stripe_index = stripe_nr % map->num_stripes;
6318 stripe_index = mirror_num - 1;
6320 stripe_index = find_live_mirror(fs_info, map, 0,
6322 mirror_num = stripe_index + 1;
6329 stripe_index = mirror_num - 1;
6337 stripe_index = (stripe_nr % factor) * map->sub_stripes;
6343 stripe_index += mirror_num - 1;
6345 int old_stripe_index = stripe_index;
6346 stripe_index = find_live_mirror(fs_info, map,
6347 stripe_index,
6349 mirror_num = stripe_index - old_stripe_index + 1;
6374 stripe_index = 0;
6382 stripe_index = stripe_nr % data_stripes;
6385 stripe_index = data_stripes + mirror_num - 2;
6388 stripe_index = (stripe_nr + stripe_index) % map->num_stripes;
6395 * device we have to walk to find the data, and stripe_index is
6398 stripe_index = stripe_nr % map->num_stripes;
6400 mirror_num = stripe_index + 1;
6402 if (stripe_index >= map->num_stripes) {
6404 "stripe index math went horribly wrong, got stripe_index=%u, num_stripes=%u",
6405 stripe_index, map->num_stripes);
6429 set_io_stripe(smap, map, stripe_index, stripe_offset, stripe_nr);
6473 set_io_stripe(&bioc->stripes[i], map, stripe_index,
6475 stripe_index++;