Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnfs_page.h115 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
/Linux-v4.19/fs/nfs/
Dread.c121 new = nfs_create_request(ctx, page, NULL, 0, len); in nfs_readpage_async()
368 new = nfs_create_request(desc->ctx, page, NULL, 0, len); in readpage_async_filler()
Dpagelist.c311 nfs_create_request(struct nfs_open_context *ctx, struct page *page, in nfs_create_request() function
1048 subreq = nfs_create_request(req->wb_context, in __nfs_pageio_add_request()
1139 dupreq = nfs_create_request(req->wb_context, in nfs_pageio_add_request()
Ddirect.c491 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_read_schedule_iovec()
896 req = nfs_create_request(dreq->ctx, pagevec[i], NULL, in nfs_direct_write_schedule_iovec()
Dwrite.c1163 req = nfs_create_request(ctx, page, NULL, offset, bytes); in nfs_setup_write_request()