Searched refs:ca_opputfh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c680 cp->ca_opputfh.pf_opnum = OP_PUTROOTFH;
683 cp->ca_opputfh.pf_opnum = OP_PUTFH;
684 cp->ca_opputfh.pf_filehandle.len = pfh->len;
685 bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len);
H A Dnfs4_xdr.c82 return (xdr_u_int(xdrs, &objp->ca_opputfh.pf_opnum));
83 return (xdr_b_putfh4_args(xdrs, &objp->ca_opputfh));
H A Dnfs_inet.h265 #define ca_opputfh compound_ua_s.opputfh macro

Completed in 62 milliseconds