Searched refs:fscache_end_io (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/include/linux/ |
D | fscache-cache.h | 478 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io() function
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | backend-api.txt | 422 queued and 0 returned. When the read finishes, fscache_end_io() should be 442 returned if possible or fscache_end_io() called with a suitable error 546 void fscache_end_io(struct fscache_retrieval *op, struct page *page,
|