Searched refs:cache_resources (Results 1 – 9 of 9) sorted by relevance
164 struct netfs_cache_resources cache_resources; member208 fscache_end_operation(&wreq->cache_resources); in fscache_wreq_done()240 cres = &wreq->cache_resources; in __fscache_write_to_cache()
135 if (rreq->cache_resources.ops) in netfs_free_request()136 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_request()
109 fscache_begin_write_operation(&wreq->cache_resources, netfs_i_cookie(ictx)); in netfs_create_write_req()124 if (fscache_resources_valid(&wreq->cache_resources)) { in netfs_create_write_req()127 wreq->io_streams[1].prepare_write = wreq->cache_resources.ops->prepare_write_subreq; in netfs_create_write_req()128 wreq->io_streams[1].issue_write = wreq->cache_resources.ops->issue_write; in netfs_create_write_req()
17 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()63 return fscache_begin_read_operation(&rreq->cache_resources, netfs_i_cookie(ctx)); in netfs_begin_cache_read()181 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read()210 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_cache_to_pagecache()
150 if (!fscache_resources_valid(&rreq->cache_resources)) in netfs_pgpriv2_write_to_the_cache()
499 return cachefiles_do_prepare_read(&subreq->rreq->cache_resources, in cachefiles_prepare_read()629 struct netfs_cache_resources *cres = &wreq->cache_resources; in cachefiles_prepare_write_subreq()648 struct netfs_cache_resources *cres = &wreq->cache_resources; in cachefiles_issue_write()707 cachefiles_write(&subreq->rreq->cache_resources, in cachefiles_issue_write()
233 struct netfs_cache_resources cache_resources; member
187 struct netfs_cache_resources cache_resources;205 * ``cache_resources``
264 __entry->cookie = rreq->cache_resources.debug_id;
Completed in 16 milliseconds