Searched refs:layoutp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/nfs/objlayout/ |
D | objlayout.c | 89 .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/ |
D | blocklayout.c | 631 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 666 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 219 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/ |
D | nfs_xdr.h | 245 struct nfs4_layoutdriver_data *layoutp; member
|
/linux-4.1.27/fs/nfs/ |
D | nfs4xdr.c | 5854 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()
|
D | nfs4proc.c | 7826 lgp->res.layoutp = &lgp->args.layout; in nfs4_proc_layoutget() 7841 if (status == 0 && lgp->res.layoutp->len) in nfs4_proc_layoutget()
|