Home | History | Annotate | Download | only in genfs

Lines Matching defs:nextoff

868 	off_t nextoff;
982 nextoff = startoff;
1017 pg = uvm_page_array_fill_and_peek(&a, nextoff, 0);
1026 KASSERT(pg->offset >= nextoff);
1040 nextoff = pg->offset; /* visit this page again */
1081 nextoff = pg->offset + PAGE_SIZE;
1085 nextoff = pg->offset; /* visit this page again */
1096 nextoff = pg->offset + PAGE_SIZE;
1272 KASSERT(nextoff ==
1282 KASSERT(nextoff == pg->offset + PAGE_SIZE);
1284 nextoff = pg->offset + ((npages - nback) << PAGE_SHIFT);
1286 KASSERT(nextoff == pgs[npages - 1]->offset + PAGE_SIZE);