Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Draid5.c2060 int last_stripe; in ops_run_reconstruct5() local
2113 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2116 if (last_stripe) { in ops_run_reconstruct5()
2135 if (!last_stripe) { in ops_run_reconstruct5()
2152 int last_stripe; in ops_run_reconstruct6() local
2185 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2189 if (last_stripe) { in ops_run_reconstruct6()
2198 if (!last_stripe) { in ops_run_reconstruct6()
/Linux-v6.1/fs/btrfs/
Dvolumes.c5960 u32 last_stripe = 0; in btrfs_map_discard() local
6016 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in btrfs_map_discard()
6017 last_stripe *= sub_stripes; in btrfs_map_discard()
6056 if (stripe_index >= last_stripe && in btrfs_map_discard()
6057 stripe_index <= (last_stripe + in btrfs_map_discard()