Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c679 cp->ca_opputfh.pf_opnum = OP_PUTROOTFH; in compound_init()
682 cp->ca_opputfh.pf_opnum = OP_PUTFH; in compound_init()
683 cp->ca_opputfh.pf_filehandle.len = pfh->len; in compound_init()
684 bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len); in compound_init()
H A Dnfs4_xdr.c82 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()
H A Dnfs_inet.h265 #define ca_opputfh compound_ua_s.opputfh macro