Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.c2067 int last_stripe; in ops_run_reconstruct5() local
2120 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2123 if (last_stripe) { in ops_run_reconstruct5()
2142 if (!last_stripe) { in ops_run_reconstruct5()
2159 int last_stripe; in ops_run_reconstruct6() local
2192 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2196 if (last_stripe) { in ops_run_reconstruct6()
2205 if (!last_stripe) { in ops_run_reconstruct6()
/Linux-v6.6/fs/btrfs/
Dvolumes.c5943 u32 last_stripe = 0; in btrfs_map_discard() local
6000 last_stripe = ((stripe_nr_end - 1) % factor) * sub_stripes; in btrfs_map_discard()
6039 if (stripe_index >= last_stripe && in btrfs_map_discard()
6040 stripe_index <= (last_stripe + in btrfs_map_discard()