Searched refs:nfs_create_request (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nfs_page.h | 114 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
|
/linux-4.1.27/fs/nfs/ |
D | read.c | 99 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()
|
D | pagelist.c | 352 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()
|
D | direct.c | 505 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()
|
D | write.c | 1067 req = nfs_create_request(ctx, page, NULL, offset, bytes); in nfs_setup_write_request()
|