Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dvolumes.c5224 u32 stripe_index; in __btrfs_map_block() local
5404 stripe_index = 0; in __btrfs_map_block()
5416 &stripe_index); in __btrfs_map_block()
5423 stripe_index = mirror_num - 1; in __btrfs_map_block()
5425 stripe_index = find_live_mirror(fs_info, map, 0, in __btrfs_map_block()
5429 mirror_num = stripe_index + 1; in __btrfs_map_block()
5436 stripe_index = mirror_num - 1; in __btrfs_map_block()
5444 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block()
5445 stripe_index *= map->sub_stripes; in __btrfs_map_block()
5454 stripe_index += mirror_num - 1; in __btrfs_map_block()
[all …]
Dscrub.c1274 int *stripe_index, in scrub_stripe_index_and_offset() argument
1291 *stripe_index = i; in scrub_stripe_index_and_offset()
1295 *stripe_index = mirror; in scrub_stripe_index_and_offset()
1315 int stripe_index; in scrub_setup_recheck_block() local
1393 &stripe_index, in scrub_setup_recheck_block()
1395 page->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block()
1397 page->dev = bbio->stripes[stripe_index].dev; in scrub_setup_recheck_block()
2683 u32 stripe_index; in get_raid56_logic_offset() local
2702 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
2703 if (stripe_index == num) in get_raid56_logic_offset()
[all …]
Dvolumes.h278 unsigned int stripe_index; member
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1459 int stripe_index; in echo_get_stripe_off_id() local
1475 stripe_index = woffset / stripe_size; in echo_get_stripe_off_id()
1477 *idp = ostid_id(&lsm->lsm_oinfo[stripe_index]->loi_oi); in echo_get_stripe_off_id()