Home
last modified time | relevance | path

Searched refs:nfs_create_request (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dnfs_page.h113 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
/linux-4.4.14/fs/nfs/
Dread.c99 new = nfs_create_request(ctx, page, NULL, 0, len); in nfs_readpage_async()
357 new = nfs_create_request(desc->ctx, page, NULL, 0, len); in readpage_async_filler()
Dpagelist.c352 nfs_create_request(struct nfs_open_context *ctx, struct page *page, in nfs_create_request() function
1072 subreq = nfs_create_request(req->wb_context, in __nfs_pageio_add_request()
1161 dupreq = nfs_create_request(req->wb_context, in nfs_pageio_add_request()
Ddirect.c508 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_read_schedule_iovec()
895 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_write_schedule_iovec()
Dwrite.c1087 req = nfs_create_request(ctx, page, NULL, offset, bytes); in nfs_setup_write_request()