Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h522 #define NFS_FILE_LOCK_DELEGATED 0x40 /* lock acquired via delegation */ macro
H A Dnfs4_vnops.c4211 newnflp->nfl_flags |= NFS_FILE_LOCK_DELEGATED; in nfs_advlock_setlock()
4396 nflp2->nfl_flags |= (nflp->nfl_flags & (NFS_FILE_LOCK_STYLE_MASK | NFS_FILE_LOCK_DELEGATED)); in nfs_advlock_setlock()
4605 int delegated = (TAILQ_FIRST(&nlop->nlo_locks)->nfl_flags & NFS_FILE_LOCK_DELEGATED); in nfs_advlock_unlock()
4658 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()
4681 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()
4696 newnflp->nfl_flags |= (nflp->nfl_flags & (NFS_FILE_LOCK_STYLE_MASK | NFS_FILE_LOCK_DELEGATED)); in nfs_advlock_unlock()
4707 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()
4725 if (send_unlock_rpcs && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_advlock_unlock()
6433 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs4_claim_delegated_state_for_open_file()
6505 if (!force && nmp && !(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)) { in nfs_release_open_state_for_node()
H A Dnfs_node.c984 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) && !force) { in nfs_vnop_reclaim()
H A Dnfs4_subs.c2965 if (nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) { in nfs_recover()