Searched refs:stripe_index (Results 1 – 4 of 4) sorted by relevance
4958 u32 stripe_index; in __btrfs_map_block() local5138 stripe_index = 0; in __btrfs_map_block()5150 &stripe_index); in __btrfs_map_block()5157 stripe_index = mirror_num - 1; in __btrfs_map_block()5159 stripe_index = find_live_mirror(fs_info, map, 0, in __btrfs_map_block()5163 mirror_num = stripe_index + 1; in __btrfs_map_block()5170 stripe_index = mirror_num - 1; in __btrfs_map_block()5178 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block()5179 stripe_index *= map->sub_stripes; in __btrfs_map_block()5188 stripe_index += mirror_num - 1; in __btrfs_map_block()[all …]
1291 int *stripe_index, in scrub_stripe_index_and_offset() argument1308 *stripe_index = i; in scrub_stripe_index_and_offset()1312 *stripe_index = mirror; in scrub_stripe_index_and_offset()1329 int stripe_index; in scrub_setup_recheck_block() local1398 &stripe_index, in scrub_setup_recheck_block()1400 page->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block()1402 page->dev = bbio->stripes[stripe_index].dev; in scrub_setup_recheck_block()2614 u32 stripe_index; in get_raid56_logic_offset() local2633 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()2634 if (stripe_index == num) in get_raid56_logic_offset()[all …]
272 unsigned int stripe_index; member
1458 int stripe_index; in echo_get_stripe_off_id() local1474 stripe_index = woffset / stripe_size; in echo_get_stripe_off_id()1476 *idp = ostid_id(&lsm->lsm_oinfo[stripe_index]->loi_oi); in echo_get_stripe_off_id()