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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c2285 int iomode, doff, dend, firstpg, lastpg; local
2387 dend = bp->nb_dirtyend;
2396 /* if dend page is dirty, move dend to start of next page */
2397 if ((dend & PAGE_MASK) && NBPGDIRTY(bp, dend / PAGE_SIZE))
2398 dend = round_page_32(dend);
2400 if (!(dend & PAGE_MASK))
2401 while ((dend < (in
[all...]

Completed in 72 milliseconds