Searched refs:NBPGDIRTY (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/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() 2620 if (NBPGDIRTY(bp, doff / PAGE_SIZE)) { in nfs_buf_write() 2625 while ((doff > 0) && NBPGDIRTY(bp, (doff - 1) / PAGE_SIZE)) { in nfs_buf_write() 2630 if ((dend & PAGE_MASK) && NBPGDIRTY(bp, dend / PAGE_SIZE)) { in nfs_buf_write() 2635 while ((dend < (int)bp->nb_bufsize) && NBPGDIRTY(bp, dend / PAGE_SIZE)) { in nfs_buf_write() 2883 if (!NBPGDIRTY(bp, pg)) { in nfs_buf_write_dirty_pages() 2887 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 | 3363 if (NBPGDIRTY(bp, firstpg) || NBPGDIRTY(bp, lastpg)) { in nfs_vnop_write() 3366 if (NBPGDIRTY(bp, lastpg)) { in nfs_vnop_write() 3506 if (NBPGDIRTY(bp, dirtypg)) { in nfs_vnop_write()
|