Home | History | Annotate | Download | only in puffs

Lines Matching refs:lookup_msg

548 	puffs_makecn(&lookup_msg->pvnr_cn, &lookup_msg->pvnr_cn_cred,
596 if (lookup_msg->pvnr_newnode == dpn->pn_cookie) {
598 "lookup produced parent cookie", lookup_msg->pvnr_newnode);
607 if (cvp && (VPTOPP(cvp)->pn_cookie == lookup_msg->pvnr_newnode)) {
626 lookup_msg->pvnr_newnode, lookup_msg->pvnr_vtype,
627 lookup_msg->pvnr_size, lookup_msg->pvnr_rdev, &vp);
630 VPTOPNC(dvp), lookup_msg->pvnr_newnode,
642 struct timespec *va_ttl = &lookup_msg->pvnr_va_ttl;
643 struct timespec *cn_ttl = &lookup_msg->pvnr_cn_ttl;
644 update_va(vp, NULL, &lookup_msg->pvnr_va,
648 KASSERT(lookup_msg->pvnr_newnode == VPTOPP(vp)->pn_cookie);
656 if ((lookup_msg->pvnr_cn.pkcn_flags & REQUIREDIR) == 0)
658 if (lookup_msg->pvnr_cn.pkcn_consume) {
660 lookup_msg->pvnr_cn.pkcn_consume);