Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_single.c58 return fscache_begin_read_operation(&rreq->cache_resources, netfs_i_cookie(ctx)); in netfs_single_begin_cache_read()
64 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_single_cache_prepare_read()
78 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_single_read_cache()
H A Dobjects.c130 if (rreq->cache_resources.ops) in netfs_free_request()
131 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_request()
H A Dbuffered_read.c17 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()
133 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_cache_prepare_read()
151 struct netfs_cache_resources *cres = &rreq->cache_resources; in netfs_read_cache_to_pagecache()
H A Dwrite_issue.c110 fscache_begin_write_operation(&wreq->cache_resources, netfs_i_cookie(ictx)); in netfs_create_write_req()
127 if (fscache_resources_valid(&wreq->cache_resources)) { in netfs_create_write_req()
130 wreq->io_streams[1].prepare_write = wreq->cache_resources.ops->prepare_write_subreq; in netfs_create_write_req()
131 wreq->io_streams[1].issue_write = wreq->cache_resources.ops->issue_write; in netfs_create_write_req()
H A Dread_pgpriv2.c102 if (!fscache_resources_valid(&rreq->cache_resources)) in netfs_pgpriv2_begin_copy_to_cache()
H A Dread_retry.c43 !rreq->cache_resources.ops) { in netfs_retry_read_subrequests()
H A Dread_collect.c392 fscache_resources_valid(&rreq->cache_resources)) { in netfs_rreq_assess_single()
/linux/fs/cachefiles/
H A Dio.c501 return cachefiles_do_prepare_read(&subreq->rreq->cache_resources, in cachefiles_prepare_read()
631 struct netfs_cache_resources *cres = &wreq->cache_resources; in cachefiles_prepare_write_subreq()
650 struct netfs_cache_resources *cres = &wreq->cache_resources; in cachefiles_issue_write()
711 cachefiles_write(&subreq->rreq->cache_resources, in cachefiles_issue_write()
/linux/include/linux/
H A Dnetfs.h232 struct netfs_cache_resources cache_resources; member
/linux/Documentation/filesystems/
H A Dnetfs_library.rst187 struct netfs_cache_resources cache_resources;
205 * ``cache_resources``
/linux/include/trace/events/
H A Dnetfs.h295 __entry->cookie = rreq->cache_resources.debug_id;