Searched refs:fscache_begin_read_operation (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | fscache.c | 155 ret = fscache_begin_read_operation(&cres, cookie); in fscache_fallback_read_page() 238 ret = fscache_begin_read_operation(&cres, cookie); in __cifs_fscache_query_occupancy()
|
/Linux-v6.1/fs/ceph/ |
D | cache.h | 64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
|
/Linux-v6.1/fs/9p/ |
D | vfs_addr.c | 101 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
|
/Linux-v6.1/fs/nfs/ |
D | fscache.c | 257 ret = fscache_begin_read_operation(&cres, cookie); in fscache_fallback_read_page()
|
/Linux-v6.1/include/linux/ |
D | fscache.h | 453 int fscache_begin_read_operation(struct netfs_cache_resources *cres, in fscache_begin_read_operation() function
|
/Linux-v6.1/fs/afs/ |
D | file.c | 370 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
|
/Linux-v6.1/fs/erofs/ |
D | fscache.c | 160 ret = fscache_begin_read_operation(cres, cookie); in erofs_fscache_read_folios_async()
|
/Linux-v6.1/Documentation/filesystems/ |
D | netfs_library.rst | 325 something like fscache_begin_read_operation() to do this. 467 int fscache_begin_read_operation(struct netfs_io_request *rreq,
|
/Linux-v6.1/Documentation/filesystems/caching/ |
D | netfs-api.rst | 242 int fscache_begin_read_operation(struct netfs_cache_resources *cres,
|