ca_opputfh
return (xdr_u_int(xdrs, &objp->ca_opputfh.pf_opnum));
return (xdr_b_putfh4_args(xdrs, &objp->ca_opputfh));
cp->ca_opputfh.pf_opnum = OP_PUTROOTFH;
cp->ca_opputfh.pf_opnum = OP_PUTFH;
cp->ca_opputfh.pf_filehandle.len = pfh->len;
bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len);