Searched refs:NFS_FILE_LOCK_DELEGATED (Results 1 – 4 of 4) sorted by relevance
532 #define NFS_FILE_LOCK_DELEGATED 0x40 /* lock acquired via delegation */ macro
4205 newnflp->nfl_flags |= NFS_FILE_LOCK_DELEGATED; in nfs_advlock_setlock()4390 nflp2->nfl_flags |= (nflp->nfl_flags & (NFS_FILE_LOCK_STYLE_MASK | NFS_FILE_LOCK_DELEGATED)); in nfs_advlock_setlock()4599 int delegated = (TAILQ_FIRST(&nlop->nlo_locks)->nfl_flags & NFS_FILE_LOCK_DELEGATED); in nfs_advlock_unlock()4652 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()4675 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()4690 newnflp->nfl_flags |= (nflp->nfl_flags & (NFS_FILE_LOCK_STYLE_MASK | NFS_FILE_LOCK_DELEGATED)); in nfs_advlock_unlock()4701 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()4719 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()6422 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs4_claim_delegated_state_for_open_file()6494 if (!force && nmp && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_release_open_state_for_node()
980 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) && !force) { in nfs_vnop_reclaim()
2970 if (nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) { in nfs_recover()