Lines Matching defs:ansp
74 static int nfslockdans(struct thread *td, struct lockd_ans *ansp);
359 nfslockdans(struct thread *td, struct lockd_ans *ansp)
364 if (ansp->la_vers != LOCKD_ANS_VERSION)
368 if ((targetp = pfind(ansp->la_msg_ident.pid)) == NULL)
377 ((ansp->la_msg_ident.msg_seq != -1) &&
379 &ansp->la_msg_ident.pid_start, !=) ||
380 targetp->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) {
385 targetp->p_nlminfo->retcode = ansp->la_errno;
386 targetp->p_nlminfo->set_getlk_pid = ansp->la_set_getlk_pid;
387 targetp->p_nlminfo->getlk_pid = ansp->la_getlk_pid;