Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/objlayout/
Dobjlayout.c89 .pages = lgr->layoutp->pages, in objlayout_alloc_lseg()
90 .page_len = lgr->layoutp->len, in objlayout_alloc_lseg()
91 .buflen = lgr->layoutp->len, in objlayout_alloc_lseg()
92 .len = lgr->layoutp->len, in objlayout_alloc_lseg()
/linux-4.1.27/fs/nfs/blocklayout/
Dblocklayout.c631 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c666 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c219 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
220 lgr->layoutp->len); in ff_layout_alloc_lseg()
/linux-4.1.27/include/linux/
Dnfs_xdr.h245 struct nfs4_layoutdriver_data *layoutp; member
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c5854 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
5862 res->layoutp->len); in decode_layoutget()
5864 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
5865 if (res->layoutp->len > recvd) { in decode_layoutget()
5868 res->layoutp->len, recvd); in decode_layoutget()
Dnfs4proc.c7826 lgp->res.layoutp = &lgp->args.layout; in nfs4_proc_layoutget()
7841 if (status == 0 && lgp->res.layoutp->len) in nfs4_proc_layoutget()