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

/xnu-2422.115.4/bsd/nfs/
H A Dnfsnode.h411 uint32_t noo_refcnt; /* # outstanding references */ member in struct:nfs_open_owner
H A Dnfs4_vnops.c1866 noop->noo_refcnt++;
1878 if (noop->noo_refcnt < 1)
1880 noop->noo_refcnt--;
1881 if (!noop->noo_refcnt && (noop->noo_flags & NFS_OPEN_OWNER_BUSY))
1884 if (noop->noo_refcnt || (noop->noo_flags & NFS_OPEN_OWNER_LINK)) {
H A Dnfs_vfsops.c4383 if (noop->noo_refcnt)

Completed in 61 milliseconds