Searched refs:fscache_begin_read_operation (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | fscache.c | 153 ret = fscache_begin_read_operation(&cres, cookie); in fscache_fallback_read_page() 230 ret = fscache_begin_read_operation(&cres, cookie); in __cifs_fscache_query_occupancy()
|
/linux-6.3-rc2/fs/ceph/ |
A D | cache.h | 64 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in ceph_begin_cache_operation()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_addr.c | 100 return fscache_begin_read_operation(&rreq->cache_resources, cookie); in v9fs_begin_cache_operation()
|
/linux-6.3-rc2/fs/nfs/ |
A D | fscache.c | 255 ret = fscache_begin_read_operation(&cres, cookie); in fscache_fallback_read_page()
|
/linux-6.3-rc2/include/linux/ |
A D | fscache.h | 453 int fscache_begin_read_operation(struct netfs_cache_resources *cres, in fscache_begin_read_operation() function
|
/linux-6.3-rc2/fs/afs/ |
A D | file.c | 371 return fscache_begin_read_operation(&rreq->cache_resources, in afs_begin_cache_operation()
|
/linux-6.3-rc2/fs/erofs/ |
A D | fscache.c | 128 ret = fscache_begin_read_operation(cres, cookie); in erofs_fscache_read_folios_async()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A 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.3-rc2/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 242 int fscache_begin_read_operation(struct netfs_cache_resources *cres,
|
Completed in 13 milliseconds