Home
last modified time | relevance | path

Searched refs:NFS_FILE_LOCK_WAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/nfs/ !
H A Dnfs_lock.c797 if ((nflp->nfl_flags & NFS_FILE_LOCK_WAIT) && !reclaim) { in nfs3_setlock_rpc()
H A Dnfsnode.h519 #define NFS_FILE_LOCK_WAIT 0x08 /* may block on conflicting locks */ macro
H A Dnfs4_vnops.c3665 locktype = (nflp->nfl_flags & NFS_FILE_LOCK_WAIT) ? in nfs4_setlock_rpc()
4057 newnflp->nfl_flags |= NFS_FILE_LOCK_WAIT; in nfs_advlock_setlock()
4118 if (!(newnflp->nfl_flags & NFS_FILE_LOCK_WAIT)) { in nfs_advlock_setlock()
4262 if ((error == NFSERR_DENIED) && !(newnflp->nfl_flags & NFS_FILE_LOCK_WAIT)) { in nfs_advlock_setlock()