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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c1036 if (NBPGDIRTY(bp,i))
2113 } else if (firstpg >= 0 && dirtypg < 0 && NBPGDIRTY(bp,pg))
2390 if (NBPGDIRTY(bp, doff / PAGE_SIZE))
2394 while ((doff > 0) && NBPGDIRTY(bp, (doff - 1) / PAGE_SIZE))
2397 if ((dend & PAGE_MASK) && NBPGDIRTY(bp, dend / PAGE_SIZE))
2401 while ((dend < (int)bp->nb_bufsize) && NBPGDIRTY(bp, dend / PAGE_SIZE))
2630 if (!NBPGDIRTY(bp, pg))
2633 while (((pg + count) < npages) && NBPGDIRTY(bp, pg + count))
H A Dnfsnode.h182 #define NBPGDIRTY(BP,P) (((BP)->nb_dirty >> (P)) & 0x1) macro
H A Dnfs_vnops.c2750 if (NBPGDIRTY(bp,firstpg) || NBPGDIRTY(bp,lastpg)) {
2753 if (NBPGDIRTY(bp,lastpg)) {
2927 if (NBPGDIRTY(bp,dirtypg))

Completed in 153 milliseconds