write_bytes_to_xdr_buf
write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie,
write_bytes_to_xdr_buf(xdr->buf, pathlen_offset, &pathlen, 4);
write_bytes_to_xdr_buf(xdr->buf, attrlen_offset, &attrlen, XDR_UNIT);
write_bytes_to_xdr_buf(xdr->buf, readdir->cookie_offset, &cookie,
write_bytes_to_xdr_buf(xdr->buf, starting_len + maxcount, &zero,
write_bytes_to_xdr_buf(xdr->buf, eof_offset, &wire_data, XDR_UNIT * 2);
write_bytes_to_xdr_buf(xdr->buf, length_offset, &wire_count, XDR_UNIT);
write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount, &zero,
write_bytes_to_xdr_buf(xdr->buf, count_offset, &wire_count,
write_bytes_to_xdr_buf(xdr->buf, offset_offset, &wire_offset,
write_bytes_to_xdr_buf(xdr->buf, offset_offset + XDR_UNIT * 2,
write_bytes_to_xdr_buf(xdr->buf, eof_offset, &wire_data, XDR_UNIT * 2);
write_bytes_to_xdr_buf(xdr->buf, cookie_offset, &wire_cookie, 8);
write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4);
write_bytes_to_xdr_buf(xdr->buf, op_status_offset,
write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie,
extern int write_bytes_to_xdr_buf(const struct xdr_buf *, unsigned int, void *, unsigned int);
write_bytes_to_xdr_buf(buf, i, tmp, this_len);
write_bytes_to_xdr_buf(buf, buf->len - shift, head, shift);
EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf);
return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj));