Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid5.c2049 int last_stripe; in ops_run_reconstruct5() local
2102 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2105 if (last_stripe) { in ops_run_reconstruct5()
2124 if (!last_stripe) { in ops_run_reconstruct5()
2141 int last_stripe; in ops_run_reconstruct6() local
2174 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2178 if (last_stripe) { in ops_run_reconstruct6()
2187 if (!last_stripe) { in ops_run_reconstruct6()
/linux-6.15/fs/btrfs/
H A Dvolumes.c6088 u32 last_stripe = 0; in btrfs_map_discard() local
6143 last_stripe = ((stripe_nr_end - 1) % factor) * sub_stripes; in btrfs_map_discard()
6182 if (stripe_index >= last_stripe && in btrfs_map_discard()
6183 stripe_index <= (last_stripe + in btrfs_map_discard()