Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Draid5.c2052 int last_stripe; in ops_run_reconstruct5() local
2105 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2108 if (last_stripe) { in ops_run_reconstruct5()
2127 if (!last_stripe) { in ops_run_reconstruct5()
2144 int last_stripe; in ops_run_reconstruct6() local
2177 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2181 if (last_stripe) { in ops_run_reconstruct6()
2190 if (!last_stripe) { in ops_run_reconstruct6()
/linux-6.12.1/fs/btrfs/
Dvolumes.c5985 u32 last_stripe = 0; in btrfs_map_discard() local
6040 last_stripe = ((stripe_nr_end - 1) % factor) * sub_stripes; in btrfs_map_discard()
6079 if (stripe_index >= last_stripe && in btrfs_map_discard()
6080 stripe_index <= (last_stripe + in btrfs_map_discard()