Searched refs:fscache_begin_read_operation (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | fscache.c | 155 ret = fscache_begin_read_operation(&cres, cookie); in fscache_fallback_read_page() 232 ret = fscache_begin_read_operation(&cres, cookie); in __cifs_fscache_query_occupancy()
|
/linux-6.6.21/fs/ceph/ |
D | cache.h | 64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
|
/linux-6.6.21/fs/9p/ |
D | vfs_addr.c | 94 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
|
/linux-6.6.21/include/linux/ |
D | fscache.h | 453 int fscache_begin_read_operation(struct netfs_cache_resources *cres, in fscache_begin_read_operation() function
|
/linux-6.6.21/fs/nfs/ |
D | fscache.c | 279 return fscache_begin_read_operation(&rreq->cache_resources, in nfs_netfs_begin_cache_operation()
|
/linux-6.6.21/fs/afs/ |
D | file.c | 374 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
|
/linux-6.6.21/fs/erofs/ |
D | fscache.c | 128 ret = fscache_begin_read_operation(cres, cookie); in erofs_fscache_read_folios_async()
|
/linux-6.6.21/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-6.6.21/Documentation/filesystems/caching/ |
D | netfs-api.rst | 242 int fscache_begin_read_operation(struct netfs_cache_resources *cres,
|