Searched refs:fscache_end_io (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | rdwr.c | 202 fscache_end_io(op, monitor->netfs_page, error); in cachefiles_read_copier() 338 fscache_end_io(op, netpage, 0); in cachefiles_read_backing_file_one() 628 fscache_end_io(op, netpage, 0); in cachefiles_read_backing_file()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fscache-cache.h | 478 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io() function
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | backend-api.rst | 420 queued and 0 returned. When the read finishes, fscache_end_io() should be 440 returned if possible or fscache_end_io() called with a suitable error 543 void fscache_end_io(struct fscache_retrieval *op, struct page *page,
|