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

/xnu-2422.115.4/bsd/nfs/
H A Dnfsnode.h412 uint32_t noo_flags; /* see below */ member in struct:nfs_open_owner
418 /* noo_flags */
H A Dnfs4_vnops.c1832 newnoop->noo_flags |= NFS_OPEN_OWNER_LINK;
1881 if (!noop->noo_refcnt && (noop->noo_flags & NFS_OPEN_OWNER_BUSY))
1884 if (noop->noo_refcnt || (noop->noo_flags & NFS_OPEN_OWNER_LINK)) {
1910 while (noop->noo_flags & NFS_OPEN_OWNER_BUSY) {
1913 noop->noo_flags |= NFS_OPEN_OWNER_WANT;
1918 noop->noo_flags |= NFS_OPEN_OWNER_BUSY;
1934 if (!(noop->noo_flags & NFS_OPEN_OWNER_BUSY))
1936 wanted = (noop->noo_flags & NFS_OPEN_OWNER_WANT);
1937 noop->noo_flags &= ~(NFS_OPEN_OWNER_BUSY|NFS_OPEN_OWNER_WANT);
H A Dnfs_vfsops.c4382 noop->noo_flags &= ~NFS_OPEN_OWNER_LINK;

Completed in 92 milliseconds