Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/nfs/blocklayout/
Dblocklayout.c626 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c667 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c375 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg()
376 lgr->layoutp->len); in ff_layout_alloc_lseg()
/linux-4.4.14/include/linux/
Dnfs_xdr.h246 struct nfs4_layoutdriver_data *layoutp; member
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c5940 res->layoutp->len = be32_to_cpup(p); in decode_layoutget()
5948 res->layoutp->len); in decode_layoutget()
5950 recvd = xdr_read_pages(xdr, res->layoutp->len); in decode_layoutget()
5951 if (res->layoutp->len > recvd) { in decode_layoutget()
5954 res->layoutp->len, recvd); in decode_layoutget()
Dnfs4proc.c7984 lgp->res.layoutp = &lgp->args.layout; in nfs4_proc_layoutget()
7999 if (status == 0 && lgp->res.layoutp->len) in nfs4_proc_layoutget()