Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h530 #define NFS_FILE_LOCK_BLOCKED 0x10 /* request is blocked */ macro
H A Dnfs4_vnops.c3964 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_getlock()
4054 newnflp->nfl_flags |= NFS_FILE_LOCK_BLOCKED; in nfs_advlock_setlock()
4327 newnflp->nfl_flags &= ~NFS_FILE_LOCK_BLOCKED; in nfs_advlock_setlock()
4366 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_setlock()
4433 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_setlock()
4542 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_unlock()
4637 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_unlock()
6418 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs4_claim_delegated_state_for_open_file()
6490 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_release_open_state_for_node()
H A Dnfs_node.c978 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD))) { in nfs_vnop_reclaim()
H A Dnfs4_subs.c2966 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_recover()