Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h689 #define n_wrbusy n_un5.nf_wrbusy macro
H A Dnfs_vnops.c3149 np->n_wrbusy++; in nfs_vnop_write()
3720 np->n_wrbusy--; in nfs_vnop_write()
3721 if ((ioflag & IO_SYNC) && !np->n_wrbusy && !np->n_numoutput) { in nfs_vnop_write()
H A Dnfs_bio.c3763 if (!np->n_wrbusy && !np->n_numoutput) { in nfs_flush()
H A Dnfs_vfsops.c5101 if (np->n_wrbusy > 0) { in nfs_sync_callout()