Home
last modified time | relevance | path

Searched refs:cache_resources (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/fs/netfs/
Dobjects.c82 if (rreq->cache_resources.ops) in netfs_free_request()
83 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_request()
Dio.c48 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_from_cache()
171 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_rreq_do_write_to_cache()
490 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read()
Dbuffered_read.c110 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()
/Linux-v6.6/fs/fscache/
Dio.c202 struct netfs_cache_resources cache_resources; member
244 fscache_end_operation(&wreq->cache_resources); in fscache_wreq_done()
275 cres = &wreq->cache_resources; in __fscache_write_to_cache()
/Linux-v6.6/fs/erofs/
Dfscache.c17 struct netfs_cache_resources cache_resources; member
86 if (req->cache_resources.ops) in erofs_fscache_req_put()
87 req->cache_resources.ops->end_operation(&req->cache_resources); in erofs_fscache_req_put()
120 struct netfs_cache_resources *cres = &req->cache_resources; in erofs_fscache_read_folios_async()
/Linux-v6.6/fs/ceph/
Dcache.h64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
/Linux-v6.6/include/linux/
Dnetfs.h181 struct netfs_cache_resources cache_resources; member
/Linux-v6.6/fs/9p/
Dvfs_addr.c94 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
/Linux-v6.6/include/trace/events/
Dnetfs.h145 __entry->cookie = rreq->cache_resources.debug_id;
/Linux-v6.6/fs/nfs/
Dfscache.c279 return fscache_begin_read_operation(&rreq->cache_resources, in nfs_netfs_begin_cache_operation()
/Linux-v6.6/Documentation/filesystems/
Dnetfs_library.rst187 struct netfs_cache_resources cache_resources;
205 * ``cache_resources``
327 The cache gets to store its state in ->cache_resources and must set a table
/Linux-v6.6/fs/afs/
Dfile.c374 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
/Linux-v6.6/fs/cachefiles/
Dio.c499 return cachefiles_do_prepare_read(&subreq->rreq->cache_resources, in cachefiles_prepare_read()