Searched refs:xdr_set_scratch_buffer (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/nfs/filelayout/ | 
| D | filelayoutdev.c | 85 	xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE);  in nfs4_fl_alloc_deviceid_node()
 | 
| D | filelayout.c | 668 	xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE);  in filelayout_decode_layout()
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | xdr.c | 529 	xdr_set_scratch_buffer(xdr, NULL, 0);  in xdr_init_encode()922 void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen)  in xdr_set_scratch_buffer()  function
 927 EXPORT_SYMBOL_GPL(xdr_set_scratch_buffer);
 
 | 
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | xdr.h | 263 extern void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen);
 | 
| /Linux-v5.4/fs/nfs/flexfilelayout/ | 
| D | flexfilelayoutdev.c | 72 	xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE);  in nfs4_ff_alloc_deviceid_node()
 | 
| D | flexfilelayout.c | 385 	xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE);  in ff_layout_alloc_lseg()
 | 
| /Linux-v5.4/fs/nfs/blocklayout/ | 
| D | dev.c | 513 	xdr_set_scratch_buffer(&xdr, page_address(scratch), PAGE_SIZE);  in bl_alloc_deviceid_node()
 | 
| D | blocklayout.c | 700 	xdr_set_scratch_buffer(&xdr, page_address(scratch), PAGE_SIZE);  in bl_alloc_lseg()
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | gss_rpc_xdr.c | 792 	xdr_set_scratch_buffer(xdr, page_address(scratch), PAGE_SIZE);  in gssx_dec_accept_sec_context()
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | dir.c | 541 	xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE);  in nfs_readdir_page_filler()
 | 
| D | nfs4xdr.c | 6383 		xdr_set_scratch_buffer(xdr, p, PAGE_SIZE);  in nfs4_xdr_dec_getacl()
 |