Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dvolumes.c5876 u32 stripe_index; in __btrfs_map_block_for_discard() local
5924 stripe_index = 0; in __btrfs_map_block_for_discard()
5935 stripe_nr = div_u64_rem(stripe_nr, factor, &stripe_index); in __btrfs_map_block_for_discard()
5936 stripe_index *= sub_stripes; in __btrfs_map_block_for_discard()
5946 &stripe_index); in __btrfs_map_block_for_discard()
5957 map->stripes[stripe_index].physical + in __btrfs_map_block_for_discard()
5959 bbio->stripes[i].dev = map->stripes[stripe_index].dev; in __btrfs_map_block_for_discard()
5982 if (stripe_index >= last_stripe && in __btrfs_map_block_for_discard()
5983 stripe_index <= (last_stripe + in __btrfs_map_block_for_discard()
5994 stripe_index++; in __btrfs_map_block_for_discard()
[all …]
Dscrub.c1235 int *stripe_index, in scrub_stripe_index_and_offset() argument
1252 *stripe_index = i; in scrub_stripe_index_and_offset()
1256 *stripe_index = mirror; in scrub_stripe_index_and_offset()
1276 int stripe_index; in scrub_setup_recheck_block() local
1357 &stripe_index, in scrub_setup_recheck_block()
1359 spage->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block()
1361 spage->dev = bbio->stripes[stripe_index].dev; in scrub_setup_recheck_block()
2746 u32 stripe_index; in get_raid56_logic_offset() local
2765 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
2766 if (stripe_index == num) in get_raid56_logic_offset()
[all …]