Lines Matching defs:nextbs
805 uint64_t bs, bigbs, nextbs, ns;
819 nextbs = sgp[i]->gp_lba_start;
820 if (bs < nextbs && ns < nextbs - bs) {
821 ns = nextbs - bs;
826 nextbs = gh.gh_lba_end + 1;
827 if (bs < nextbs && ns < nextbs - bs) {
828 ns = nextbs - bs;
884 uint64_t bs, nextbs, ns;
894 nextbs = sgp[i]->gp_lba_start;
895 if (nextbs > bs) {
896 ns = nextbs - bs;