Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs_page.h114 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
/linux-4.1.27/fs/nfs/
Dread.c99 new = nfs_create_request(ctx, page, NULL, 0, len); in nfs_readpage_async()
350 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
1073 subreq = nfs_create_request(req->wb_context, in __nfs_pageio_add_request()
1164 dupreq = nfs_create_request(req->wb_context, in nfs_pageio_add_request()
Ddirect.c505 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_read_schedule_iovec()
892 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_write_schedule_iovec()
Dwrite.c1067 req = nfs_create_request(ctx, page, NULL, offset, bytes); in nfs_setup_write_request()