Home
last modified time | relevance | path

Searched refs:nfl_flags (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs4_vnops.c3541 if ((newnflp->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == NFS_FILE_LOCK_STYLE_FLOCK) { in nfs_lock_owner_insert_held_lock()
3575 nflp->nfl_flags |= NFS_FILE_LOCK_ALLOC; in nfs_file_lock_alloc()
3590 if (nflp->nfl_flags & NFS_FILE_LOCK_ALLOC) { in nfs_file_lock_destroy()
3609 if ((nflp1->nfl_flags & NFS_FILE_LOCK_DEAD) || (nflp2->nfl_flags & NFS_FILE_LOCK_DEAD)) { in nfs_file_lock_conflict()
3614 …((nflp1->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == (nflp2->nfl_flags & NFS_FILE_LOCK_STYLE_MASK))) { in nfs_file_lock_conflict()
3665 locktype = (nflp->nfl_flags & NFS_FILE_LOCK_WAIT) ? in nfs4_setlock_rpc()
3970 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_getlock()
3981 fl->l_pid = (nflp->nfl_flags & NFS_FILE_LOCK_STYLE_FLOCK) ? -1 : nflp->nfl_owner->nlo_pid; in nfs_advlock_getlock()
4057 newnflp->nfl_flags |= NFS_FILE_LOCK_WAIT; in nfs_advlock_setlock()
4059 newnflp->nfl_flags |= style; in nfs_advlock_setlock()
[all …]
H A Dnfs_node.c978 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DEAD) && !force) { in nfs_vnop_reclaim()
980 nflp->nfl_start, nflp->nfl_end, nflp->nfl_flags, nflp->nfl_blockcnt); in nfs_vnop_reclaim()
982 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD))) { in nfs_vnop_reclaim()
984 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) && !force) { in nfs_vnop_reclaim()
H A Dnfs_lock.c797 if ((nflp->nfl_flags & NFS_FILE_LOCK_WAIT) && !reclaim) { in nfs3_setlock_rpc()
H A Dnfsnode.h511 uint16_t nfl_flags; /* see below */ member
H A Dnfs4_subs.c2961 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_recover()
2965 if (nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) { in nfs_recover()