Searched refs:layoutp (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 626 lgr->layoutp->pages, lgr->layoutp->len); in bl_alloc_lseg()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 667 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, lgr->layoutp->len); in filelayout_decode_layout()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 375 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/ |
D | nfs_xdr.h | 246 struct nfs4_layoutdriver_data *layoutp; member
|
/linux-4.4.14/fs/nfs/ |
D | nfs4xdr.c | 5940 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()
|
D | nfs4proc.c | 7984 lgp->res.layoutp = &lgp->args.layout; in nfs4_proc_layoutget() 7999 if (status == 0 && lgp->res.layoutp->len) in nfs4_proc_layoutget()
|