Searched refs:ca_opputfh (Results 1 – 3 of 3) sorted by relevance
680 cp->ca_opputfh.pf_opnum = OP_PUTROOTFH; in compound_init()683 cp->ca_opputfh.pf_opnum = OP_PUTFH; in compound_init()684 cp->ca_opputfh.pf_filehandle.len = pfh->len; in compound_init()685 bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len); in compound_init()
82 return (xdr_u_int(xdrs, &objp->ca_opputfh.pf_opnum)); in xdr_b_compound_args()83 return (xdr_b_putfh4_args(xdrs, &objp->ca_opputfh)); in xdr_b_compound_args()
265 #define ca_opputfh compound_ua_s.opputfh macro