Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h520 #define NFS_FILE_LOCK_BLOCKED 0x10 /* request is blocked */ macro
H A Dnfs4_vnops.c3970 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_getlock()
4060 newnflp->nfl_flags |= NFS_FILE_LOCK_BLOCKED; in nfs_advlock_setlock()
4333 newnflp->nfl_flags &= ~NFS_FILE_LOCK_BLOCKED; in nfs_advlock_setlock()
4372 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_setlock()
4439 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_setlock()
4548 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_unlock()
4643 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_unlock()
6429 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs4_claim_delegated_state_for_open_file()
6501 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_release_open_state_for_node()
H A Dnfs_node.c982 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD))) { in nfs_vnop_reclaim()
H A Dnfs4_subs.c2961 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_recover()