Home
last modified time | relevance | path

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

/openbmc/linux/fs/netfs/
H A 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()
H A 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()
H A Dbuffered_read.c110 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()
/openbmc/linux/fs/fscache/
H A 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()
/openbmc/linux/fs/erofs/
H A Dfscache.c30 struct netfs_cache_resources cache_resources; member
99 if (req->cache_resources.ops) in erofs_fscache_req_put()
100 req->cache_resources.ops->end_operation(&req->cache_resources); in erofs_fscache_req_put()
133 struct netfs_cache_resources *cres = &req->cache_resources; in erofs_fscache_read_folios_async()
/openbmc/linux/fs/ceph/
H A Dcache.h64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
/openbmc/linux/include/linux/
H A Dnetfs.h181 struct netfs_cache_resources cache_resources; member
/openbmc/linux/fs/9p/
H A Dvfs_addr.c94 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
/openbmc/linux/include/trace/events/
H A Dnetfs.h145 __entry->cookie = rreq->cache_resources.debug_id;
/openbmc/linux/fs/nfs/
H A Dfscache.c279 return fscache_begin_read_operation(&rreq->cache_resources, in nfs_netfs_begin_cache_operation()
/openbmc/linux/Documentation/filesystems/
H A 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
/openbmc/linux/fs/afs/
H A Dfile.c374 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
/openbmc/linux/fs/cachefiles/
H A Dio.c499 return cachefiles_do_prepare_read(&subreq->rreq->cache_resources, in cachefiles_prepare_read()