Home
last modified time | relevance | path

Searched refs:stripe_index (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dvolumes.c4958 u32 stripe_index; in __btrfs_map_block() local
5138 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 …]
Dscrub.c1291 int *stripe_index, in scrub_stripe_index_and_offset() argument
1308 *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() local
1398 &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() local
2633 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
2634 if (stripe_index == num) in get_raid56_logic_offset()
[all …]
Dvolumes.h272 unsigned int stripe_index; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1458 int stripe_index; in echo_get_stripe_off_id() local
1474 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()