Home
last modified time | relevance | path

Searched refs:xdr_init_decode_pages (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/filelayout/
Dfilelayoutdev.c84 xdr_init_decode_pages(&stream, &buf, pdev->pages, pdev->pglen); in nfs4_fl_alloc_deviceid_node()
Dfilelayout.c668 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h247 extern void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf,
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c71 xdr_init_decode_pages(&stream, &buf, pdev->pages, pdev->pglen); in nfs4_ff_alloc_deviceid_node()
Dflexfilelayout.c379 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
Ddev.c512 xdr_init_decode_pages(&xdr, &buf, pdev->pages, pdev->pglen); in bl_alloc_deviceid_node()
Dblocklayout.c698 xdr_init_decode_pages(&xdr, &buf, in bl_alloc_lseg()
/kernel/linux/linux-5.10/net/sunrpc/
Dxdr.c1083 void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_decode_pages() function
1093 EXPORT_SYMBOL_GPL(xdr_init_decode_pages);
/kernel/linux/linux-5.10/fs/nfs/
Ddir.c578 xdr_init_decode_pages(&stream, &buf, xdr_pages, buflen); in nfs_readdir_page_filler()