Home
last modified time | relevance | path

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

/Linux-v6.1/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.c106 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()
/Linux-v6.1/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.1/fs/erofs/
Dfscache.c36 if (rreq->cache_resources.ops) in erofs_fscache_put_request()
37 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in erofs_fscache_put_request()
151 struct netfs_cache_resources *cres = &rreq->cache_resources; in erofs_fscache_read_folios_async()
/Linux-v6.1/fs/ceph/
Dcache.h64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
/Linux-v6.1/include/linux/
Dnetfs.h180 struct netfs_cache_resources cache_resources; member
/Linux-v6.1/fs/9p/
Dvfs_addr.c101 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
/Linux-v6.1/include/trace/events/
Dnetfs.h145 __entry->cookie = rreq->cache_resources.debug_id;
/Linux-v6.1/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.1/fs/afs/
Dfile.c370 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
/Linux-v6.1/fs/cachefiles/
Dio.c397 struct netfs_cache_resources *cres = &rreq->cache_resources; in cachefiles_prepare_read()