Home
last modified time | relevance | path

Searched refs:n_wrbusy (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h699 #define n_wrbusy n_un5.nf_wrbusy macro
H A Dnfs_vnops.c3162 np->n_wrbusy++; in nfs_vnop_write()
3734 np->n_wrbusy--; in nfs_vnop_write()
3735 if ((ioflag & IO_SYNC) && !np->n_wrbusy && !np->n_numoutput) { in nfs_vnop_write()
H A Dnfs_bio.c3764 if (!np->n_wrbusy && !np->n_numoutput) { in nfs_flush()
H A Dnfs_vfsops.c5102 if (np->n_wrbusy > 0) { in nfs_sync_callout()