Lines Matching refs:rargs
5183 CB_RECALL4args *rargs; in xdr_snfs_cb_argop4() local
5198 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_snfs_cb_argop4()
5200 if (!XDR_PUTINT32(xdrs, (int32_t *)&rargs->stateid.seqid)) in xdr_snfs_cb_argop4()
5202 if (!xdr_opaque(xdrs, rargs->stateid.other, NFS4_OTHER_SIZE)) in xdr_snfs_cb_argop4()
5204 if (!XDR_PUTINT32(xdrs, (int32_t *)&rargs->truncate)) in xdr_snfs_cb_argop4()
5206 return (xdr_encode_nfs_fh4(xdrs, &rargs->fh)); in xdr_snfs_cb_argop4()
5221 CB_RECALL4args *rargs; in xdr_cnfs_cb_argop4() local
5236 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_cnfs_cb_argop4()
5238 if (!xdr_u_int(xdrs, &rargs->stateid.seqid)) in xdr_cnfs_cb_argop4()
5240 if (!xdr_opaque(xdrs, rargs->stateid.other, NFS4_OTHER_SIZE)) in xdr_cnfs_cb_argop4()
5242 if (!xdr_bool(xdrs, &rargs->truncate)) in xdr_cnfs_cb_argop4()
5244 return (xdr_bytes(xdrs, (char **)&rargs->fh.nfs_fh4_val, in xdr_cnfs_cb_argop4()
5245 (uint_t *)&rargs->fh.nfs_fh4_len, NFS4_FHSIZE)); in xdr_cnfs_cb_argop4()