Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_lock.c811 msg->lm_fl.l_pid = nlop->nlo_pid; in nfs3_setlock_rpc()
854 msg->lm_fl.l_pid = nlop->nlo_pid; in nfs3_unlock_rpc()
894 msg->lm_fl.l_pid = nlop->nlo_pid; in nfs3_getlock_rpc()
H A Dnfsnode.h556 pid_t nlo_pid; /* lock-owning process ID */ member
H A Dnfsm_subs.h566 nfsm_chain_add_32((E), (NMC), (NLOP)->nlo_pid); \
H A Dnfs4_vnops.c3349 if (nlop->nlo_pid != pid) { in nfs_lock_owner_find()
3380 newnlop->nlo_pid = pid; in nfs_lock_owner_find()
3981 fl->l_pid = (nflp->nfl_flags & NFS_FILE_LOCK_STYLE_FLOCK) ? -1 : nflp->nfl_owner->nlo_pid; in nfs_advlock_getlock()