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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c1659 * is greater than (stripe_size * stripe_count) then the last_stripe will
1661 * intersects each OST and find last_stripe.
1662 * This function returns the last_stripe and also sets the stripe_count
1671 * \retval last_stripe return the last stripe of the mapping
1677 int last_stripe; fiemap_calc_last_stripe() local
1682 last_stripe = start_stripe < 1 ? lsm->lsm_stripe_count - 1 : fiemap_calc_last_stripe()
1693 last_stripe = (start_stripe + j - 1) %lsm->lsm_stripe_count; fiemap_calc_last_stripe()
1696 return last_stripe; fiemap_calc_last_stripe()
1747 int last_stripe; lov_fiemap() local
1779 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, lov_fiemap()
1896 if (cur_stripe_wrap == last_stripe) { lov_fiemap()
1940 if (cur_stripe_wrap == last_stripe) lov_fiemap()
1955 if (cur_stripe_wrap == last_stripe) { lov_fiemap()
/linux-4.1.27/drivers/md/
H A Draid5.c1711 int last_stripe; ops_run_reconstruct5() local
1756 last_stripe = !head_sh->batch_head || ops_run_reconstruct5()
1759 if (last_stripe) { ops_run_reconstruct5()
1776 if (!last_stripe) { ops_run_reconstruct5()
1792 int last_stripe; ops_run_reconstruct6() local
1824 last_stripe = !head_sh->batch_head || ops_run_reconstruct6()
1828 if (last_stripe) { ops_run_reconstruct6()
1836 if (!last_stripe) { ops_run_reconstruct6()
/linux-4.1.27/fs/btrfs/
H A Dvolumes.c5294 u32 last_stripe = 0; __btrfs_map_block() local
5308 div_u64_rem(stripe_nr_end - 1, factor, &last_stripe); __btrfs_map_block()
5309 last_stripe *= sub_stripes; __btrfs_map_block()
5339 if (stripe_index >= last_stripe && __btrfs_map_block()
5340 stripe_index <= (last_stripe + __btrfs_map_block()

Completed in 246 milliseconds