Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c1989 int last_stripe; in ops_run_reconstruct5() local
2042 last_stripe = !head_sh->batch_head || in ops_run_reconstruct5()
2045 if (last_stripe) { in ops_run_reconstruct5()
2064 if (!last_stripe) { in ops_run_reconstruct5()
2081 int last_stripe; in ops_run_reconstruct6() local
2114 last_stripe = !head_sh->batch_head || in ops_run_reconstruct6()
2118 if (last_stripe) { in ops_run_reconstruct6()
2127 if (!last_stripe) { in ops_run_reconstruct6()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c5658 u32 last_stripe = 0; in __btrfs_map_block_for_discard() local
5716 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); in __btrfs_map_block_for_discard()
5717 last_stripe *= sub_stripes; in __btrfs_map_block_for_discard()
5759 if (stripe_index >= last_stripe && in __btrfs_map_block_for_discard()
5760 stripe_index <= (last_stripe + in __btrfs_map_block_for_discard()