Searched refs:NBPGDIRTY (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_bio.c | 1152 if (NBPGDIRTY(bp, i)) { in nfs_buf_release() 2308 } else if (firstpg >= 0 && dirtypg < 0 && NBPGDIRTY(bp, pg)) { in nfs_bioread() 2619 if (NBPGDIRTY(bp, doff / PAGE_SIZE)) { in nfs_buf_write() 2624 while ((doff > 0) && NBPGDIRTY(bp, (doff - 1) / PAGE_SIZE)) { in nfs_buf_write() 2629 if ((dend & PAGE_MASK) && NBPGDIRTY(bp, dend / PAGE_SIZE)) { in nfs_buf_write() 2634 while ((dend < (int)bp->nb_bufsize) && NBPGDIRTY(bp, dend / PAGE_SIZE)) { in nfs_buf_write() 2882 if (!NBPGDIRTY(bp, pg)) { in nfs_buf_write_dirty_pages() 2886 while (((pg + count) < npages) && NBPGDIRTY(bp, pg + count)) { in nfs_buf_write_dirty_pages()
|
| H A D | nfsnode.h | 202 #define NBPGDIRTY(BP, P) NBPGS_GET(&((BP)->nb_dirty), (P)) macro
|
| H A D | nfs_vnops.c | 3350 if (NBPGDIRTY(bp, firstpg) || NBPGDIRTY(bp, lastpg)) { in nfs_vnop_write() 3353 if (NBPGDIRTY(bp, lastpg)) { in nfs_vnop_write() 3493 if (NBPGDIRTY(bp, dirtypg)) { in nfs_vnop_write()
|