XDR_RESERVE_SPACE(9) Linux Networking XDR_RESERVE_SPACE(9)NAMExdr_reserve_space - Reserve buffer space for sendingSYNOPSIS__be32 * xdr_reserve_space(struct xdr_stream * xdr, size_t nbytes);ARGUMENTSxdr pointer to xdr_stream nbytes number of bytes to reserveDESCRIPTIONChecks that we have enough buffer space to encode 'nbytes' more bytes of data. If so, update the total xdr_buf length, and adjust the length of the current kvec.COPYRIGHTKernel Hackers Manual 2.6. July 2010 XDR_RESERVE_SPACE(9)