Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/blocklayout/
Dblocklayout.c699 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/Linux-v5.4/fs/nfs/filelayout/
Dfilelayout.c667 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayout.c383 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
384 lgr->layoutp->len); in ff_layout_alloc_lseg()
/Linux-v5.4/include/linux/
Dnfs_xdr.h267 struct nfs4_layoutdriver_data *layoutp; member
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c5887 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
5895 res->layoutp->len); in decode_layoutget()
5897 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
5898 if (res->layoutp->len > recvd) { in decode_layoutget()
5901 res->layoutp->len, recvd); in decode_layoutget()
Dpnfs.c1039 lgp->res.layoutp = &lgp->args.layout; in pnfs_alloc_init_layoutget_args()
Dnfs4proc.c9123 } else if (lgp->res.layoutp->len == 0) { in nfs4_proc_layoutget()