Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.c2063 int last_stripe; in ops_run_reconstruct5() local
2116 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2119 if (last_stripe) { in ops_run_reconstruct5()
2138 if (!last_stripe) { in ops_run_reconstruct5()
2155 int last_stripe; in ops_run_reconstruct6() local
2188 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2192 if (last_stripe) { in ops_run_reconstruct6()
2201 if (!last_stripe) { in ops_run_reconstruct6()
/openbmc/linux/fs/btrfs/
H A Dvolumes.c5994 u32 last_stripe = 0; in btrfs_map_discard() local
6051 last_stripe = ((stripe_nr_end - 1) % factor) * sub_stripes; in btrfs_map_discard()
6090 if (stripe_index >= last_stripe && in btrfs_map_discard()
6091 stripe_index <= (last_stripe + in btrfs_map_discard()