Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_xdr.h285 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.c6175 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
6183 res->layoutp->len); in decode_layoutget()
6185 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
6186 if (res->layoutp->len > recvd) { in decode_layoutget()
6189 res->layoutp->len, recvd); in decode_layoutget()
H A Dpnfs.c1195 lgp->res.layoutp = &lgp->args.layout; in pnfs_alloc_init_layoutget_args()
H A Dnfs4proc.c9798 } else if (lgp->res.layoutp->len == 0) { in nfs4_proc_layoutget()