Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/blocklayout/
Dblocklayout.c699 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/Linux-v4.19/fs/nfs/filelayout/
Dfilelayout.c667 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/Linux-v4.19/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-v4.19/include/linux/
Dnfs_xdr.h267 struct nfs4_layoutdriver_data *layoutp; member
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c6085 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
6093 res->layoutp->len); in decode_layoutget()
6095 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
6096 if (res->layoutp->len > recvd) { in decode_layoutget()
6099 res->layoutp->len, recvd); in decode_layoutget()
Dpnfs.c1009 lgp->res.layoutp = &lgp->args.layout; in pnfs_alloc_init_layoutget_args()
Dnfs4proc.c8917 if (task->tk_status < 0 || lgp->res.layoutp->len == 0) { in nfs4_proc_layoutget()