Searched refs:NFS_FILE_LOCK_DEAD (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c3175 if ((nflp1->nfl_flags & NFS_FILE_LOCK_DEAD) || (nflp2->nfl_flags & NFS_FILE_LOCK_DEAD))
3512 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))
3692 if ((nflp->nfl_flags & NFS_FILE_LOCK_DEAD) && !nflp->nfl_blockcnt) {
3830 newnflp->nfl_flags |= NFS_FILE_LOCK_DEAD;
3862 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))
3873 nflp->nfl_flags |= NFS_FILE_LOCK_DEAD;
3901 } else if (nflp->nfl_flags & NFS_FILE_LOCK_DEAD) {
3925 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))
3936 nflp->nfl_flags |= NFS_FILE_LOCK_DEAD;
[all...]
H A Dnfs_node.c911 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DEAD) && !force) {
915 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))) {
H A Dnfsnode.h497 #define NFS_FILE_LOCK_DEAD 0x20 /* lock (request) no longer exists */ macro
H A Dnfs4_subs.c2613 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD|NFS_FILE_LOCK_BLOCKED))

Completed in 88 milliseconds