Searched refs:nfl_flags (Results 1 – 5 of 5) sorted by relevance
3537 if ((newnflp->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == NFS_FILE_LOCK_STYLE_FLOCK) { in nfs_lock_owner_insert_held_lock()3571 nflp->nfl_flags |= NFS_FILE_LOCK_ALLOC; in nfs_file_lock_alloc()3586 if (nflp->nfl_flags & NFS_FILE_LOCK_ALLOC) { in nfs_file_lock_destroy()3605 if ((nflp1->nfl_flags & NFS_FILE_LOCK_DEAD) || (nflp2->nfl_flags & NFS_FILE_LOCK_DEAD)) { in nfs_file_lock_conflict()3610 …((nflp1->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == (nflp2->nfl_flags & NFS_FILE_LOCK_STYLE_MASK))) { in nfs_file_lock_conflict()3661 locktype = (nflp->nfl_flags & NFS_FILE_LOCK_WAIT) ? in nfs4_setlock_rpc()3964 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD)) { in nfs_advlock_getlock()3975 fl->l_pid = (nflp->nfl_flags & NFS_FILE_LOCK_STYLE_FLOCK) ? -1 : nflp->nfl_owner->nlo_pid; in nfs_advlock_getlock()4051 newnflp->nfl_flags |= NFS_FILE_LOCK_WAIT; in nfs_advlock_setlock()4053 newnflp->nfl_flags |= style; in nfs_advlock_setlock()[all …]
974 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DEAD) && !force) { in nfs_vnop_reclaim()976 nflp->nfl_start, nflp->nfl_end, nflp->nfl_flags, nflp->nfl_blockcnt); in nfs_vnop_reclaim()978 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED | NFS_FILE_LOCK_DEAD))) { in nfs_vnop_reclaim()980 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) && !force) { in nfs_vnop_reclaim()
795 if ((nflp->nfl_flags & NFS_FILE_LOCK_WAIT) && !reclaim) { in nfs3_setlock_rpc()
521 uint16_t nfl_flags; /* see below */ member
2966 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD | NFS_FILE_LOCK_BLOCKED)) { in nfs_recover()2970 if (nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) { in nfs_recover()