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