Home
last modified time | relevance | path

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

/linux/fs/nfs/filelayout/
H A Dfilelayoutdev.c85 xdr_init_decode_pages(&stream, &buf, pdev->pages, pdev->pglen); in nfs4_fl_alloc_deviceid_node()
H A Dfilelayout.c660 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c71 xdr_init_decode_pages(&stream, &buf, pdev->pages, pdev->pglen); in nfs4_ff_alloc_deviceid_node()
H A Dflexfilelayout.c402 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
/linux/fs/nfs/blocklayout/
H A Ddev.c551 xdr_init_decode_pages(&xdr, &buf, pdev->pages, pdev->pglen); in bl_alloc_deviceid_node()
H A Dblocklayout.c696 xdr_init_decode_pages(&xdr, &buf, in bl_alloc_lseg()
/linux/net/sunrpc/
H A Dxdr.c1452 * xdr_init_decode_pages - Initialize an xdr_stream for decoding into pages in xdr_init_decode_pages() function
1458 void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_decode_pages()
1468 EXPORT_SYMBOL_GPL(xdr_init_decode_pages); in xdr_finish_decode()
/linux/fs/nfs/
H A Ddir.c839 xdr_init_decode_pages(&stream, &buf, xdr_pages, buflen); in nfs_readdir_folio_filler()