Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A Dio.c271 struct fscache_retrieval *op = subreq->rreq->cache_resources.cache_priv; in cachefiles_prepare_read()
275 struct file *file = subreq->rreq->cache_resources.cache_priv2; in cachefiles_prepare_read()
410 rreq->cache_resources.cache_priv = op; in cachefiles_begin_read_operation()
411 rreq->cache_resources.cache_priv2 = file; in cachefiles_begin_read_operation()
412 rreq->cache_resources.ops = &cachefiles_netfs_cache_ops; in cachefiles_begin_read_operation()
413 rreq->cache_resources.debug_id = object->fscache.debug_id; in cachefiles_begin_read_operation()
/linux/fs/netfs/
A Dread_helper.c91 if (rreq->cache_resources.ops) in netfs_free_read_request()
92 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_read_request()
175 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_from_cache()
295 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_rreq_do_write_to_cache()
697 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read()
809 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_expand_readahead()
/linux/include/linux/
A Dnetfs.h158 struct netfs_cache_resources cache_resources; member
/linux/include/trace/events/
A Dnetfs.h142 __entry->cookie = rreq->cache_resources.debug_id;
/linux/Documentation/filesystems/
A Dnetfs_library.rst138 struct netfs_cache_resources cache_resources;
156 * ``cache_resources``
280 The cache gets to store its state in ->cache_resources and must set a table

Completed in 8 milliseconds