Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5.c1861 int last_stripe; in ops_run_reconstruct5() local
1907 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
1910 if (last_stripe) { in ops_run_reconstruct5()
1927 if (!last_stripe) { in ops_run_reconstruct5()
1943 int last_stripe; in ops_run_reconstruct6() local
1975 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
1979 if (last_stripe) { in ops_run_reconstruct6()
1987 if (!last_stripe) { in ops_run_reconstruct6()
/Linux-v4.19/fs/btrfs/
Dvolumes.c5303 u32 last_stripe = 0; in __btrfs_map_block_for_discard() local
5360 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in __btrfs_map_block_for_discard()
5361 last_stripe *= sub_stripes; in __btrfs_map_block_for_discard()
5403 if (stripe_index >= last_stripe && in __btrfs_map_block_for_discard()
5404 stripe_index <= (last_stripe + in __btrfs_map_block_for_discard()