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

/linux-master/drivers/md/
H A Draid5.c2053 int last_stripe; local
2106 last_stripe = !head_sh->batch_head ||
2109 if (last_stripe) {
2128 if (!last_stripe) {
2145 int last_stripe; local
2178 last_stripe = !head_sh->batch_head ||
2182 if (last_stripe) {
2191 if (!last_stripe) {
/linux-master/fs/btrfs/
H A Dvolumes.c6166 u32 last_stripe = 0; local
6221 last_stripe = ((stripe_nr_end - 1) % factor) * sub_stripes;
6260 if (stripe_index >= last_stripe &&
6261 stripe_index <= (last_stripe +

Completed in 275 milliseconds