Home
last modified time | relevance | path

Searched refs:layoutp (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/blocklayout/
Dblocklayout.c699 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/kernel/linux/linux-5.10/fs/nfs/filelayout/
Dfilelayout.c668 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
Dflexfilelayout.c379 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
380 lgr->layoutp->len); in ff_layout_alloc_lseg()
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h271 struct nfs4_layoutdriver_data *layoutp; member
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c5913 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
5921 res->layoutp->len); in decode_layoutget()
5923 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
5924 if (res->layoutp->len > recvd) { in decode_layoutget()
5927 res->layoutp->len, recvd); in decode_layoutget()
Dpnfs.c1113 lgp->res.layoutp = &lgp->args.layout; in pnfs_alloc_init_layoutget_args()
Dnfs4proc.c9546 } else if (lgp->res.layoutp->len == 0) { in nfs4_proc_layoutget()