Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dxdr.h227 extern void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen);
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayoutdev.c85 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in nfs4_fl_alloc_deviceid_node()
Dfilelayout.c668 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in filelayout_decode_layout()
/linux-4.4.14/fs/nfs/blocklayout/
Ddev.c330 xdr_set_scratch_buffer(&xdr, page_address(scratch), PAGE_SIZE); in bl_alloc_deviceid_node()
Dblocklayout.c627 xdr_set_scratch_buffer(&xdr, page_address(scratch), PAGE_SIZE); in bl_alloc_lseg()
/linux-4.4.14/net/sunrpc/
Dxdr.c465 xdr_set_scratch_buffer(xdr, NULL, 0); in xdr_init_encode()
850 void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer() function
855 EXPORT_SYMBOL_GPL(xdr_set_scratch_buffer);
/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.c104 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in objlayout_alloc_lseg()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c68 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in nfs4_ff_alloc_deviceid_node()
Dflexfilelayout.c377 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in ff_layout_alloc_lseg()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c801 xdr_set_scratch_buffer(xdr, page_address(scratch), PAGE_SIZE); in gssx_dec_accept_sec_context()
/linux-4.4.14/fs/nfs/
Ddir.c550 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in nfs_readdir_page_filler()
Dnfs4xdr.c6381 xdr_set_scratch_buffer(xdr, p, PAGE_SIZE); in nfs4_xdr_dec_getacl()