Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sunrpc/
Dxdr.h286 xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer() function
302 xdr_set_scratch_buffer(xdr, page_address(page), PAGE_SIZE); in xdr_set_scratch_page()
314 xdr_set_scratch_buffer(xdr, NULL, 0); in xdr_reset_scratch_buffer()
/linux-6.12.1/fs/nfs/
Dnfs42xdr.c1436 xdr_set_scratch_buffer(xdr, res->scratch, READ_PLUS_SCRATCH_SIZE); in nfs4_xdr_dec_read_plus()
/linux-6.12.1/net/sunrpc/
Dxdr.c1070 xdr_set_scratch_buffer(xdr, xdr->p, frag1bytes); in xdr_get_next_encode_buffer()