Searched refs:stripe_index (Results 1 – 5 of 5) sorted by relevance
1016 dev = bioc->stripes[stripe_index].dev; in scrub_stripe_report_errors()1430 u32 stripe_index; in get_raid56_logic_offset() local1441 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()1442 if (stripe_index == num) in get_raid56_logic_offset()1444 if (stripe_index < num) in get_raid56_logic_offset()2088 int stripe_index; in scrub_raid56_parity_stripe() local2303 int stripe_index) in simple_stripe_get_logical() argument2332 int stripe_index) in scrub_simple_stripe() argument2365 int stripe_index) in scrub_stripe() argument2434 stripe_index + 1); in scrub_stripe()[all …]
42 u32 stripe_index; member6125 u32 stripe_index; in btrfs_map_discard() local6168 stripe_index = 0; in btrfs_map_discard()6235 stripe_index++; in btrfs_map_discard()6237 stripe_index = 0; in btrfs_map_discard()6501 io_geom->stripe_index, in map_blocks_raid10()6533 io_geom->stripe_index = 0; in map_blocks_raid56_write()6548 io_geom->stripe_index = in map_blocks_raid56_read()6618 io_geom.stripe_index = 0; in btrfs_map_block()6740 u32 stripe_index; in btrfs_map_block() local[all …]
28 u32 stripe_index, struct btrfs_io_stripe *stripe);
373 u32 stripe_index, struct btrfs_io_stripe *stripe) in btrfs_get_raid_extent_offset() argument454 if ((map_type & BTRFS_BLOCK_GROUP_DUP) && stripe_index != i) in btrfs_get_raid_extent_offset()
1533 int stripe_index; in btrfs_load_block_group_raid0() local1538 div_u64_rem(stripe_nr, map->num_stripes, &stripe_index); in btrfs_load_block_group_raid0()1543 if (stripe_index > i) in btrfs_load_block_group_raid0()1545 else if (stripe_index == i) in btrfs_load_block_group_raid0()1593 int stripe_index; in btrfs_load_block_group_raid10() local1601 &stripe_index); in btrfs_load_block_group_raid10()1606 if (stripe_index > (i / map->sub_stripes)) in btrfs_load_block_group_raid10()1608 else if (stripe_index == (i / map->sub_stripes)) in btrfs_load_block_group_raid10()
Completed in 34 milliseconds