Home
last modified time | relevance | path

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

/linux/fs/nfs/blocklayout/
H A Dblocklayout.c697 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c660 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/linux/include/linux/
H A Dnfs_xdr.h276 struct nfs4_layoutdriver_data *layoutp; member
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c466 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
467 lgr->layoutp->len); in ff_layout_alloc_lseg()
/linux/fs/nfs/
H A Dnfs4xdr.c6189 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
6197 res->layoutp->len); in decode_layoutget()
6199 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
6200 if (res->layoutp->len > recvd) { in decode_layoutget()
6203 res->layoutp->len, recvd); in decode_layoutget()
H A Dpnfs.c1193 lgp->res.layoutp = &lgp->args.layout; in pnfs_alloc_init_layoutget_args()
H A Dnfs4proc.c10112 } else if (lgp->res.layoutp->len == 0) { in nfs4_proc_layoutget()