Searched refs:fscache_mark_pages_cached (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/cachefiles/ |
D | rdwr.c | 181 fscache_mark_pages_cached(monitor->op, &pagevec); in cachefiles_read_copier() 339 fscache_mark_pages_cached(op, pagevec); in cachefiles_read_backing_file_one() 452 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_page() 630 fscache_mark_pages_cached(op, mark_pvec); in cachefiles_read_backing_file() 764 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages() 770 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages() 785 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages() 823 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_page() 867 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages() 871 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
|
/linux-3.4.99/include/linux/ |
D | fscache-cache.h | 507 extern void fscache_mark_pages_cached(struct fscache_retrieval *op,
|
/linux-3.4.99/fs/fscache/ |
D | page.c | 925 void fscache_mark_pages_cached(struct fscache_retrieval *op, in fscache_mark_pages_cached() function 956 EXPORT_SYMBOL(fscache_mark_pages_cached);
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | backend-api.txt | 404 The fscache_mark_pages_cached() should be called for the page if any cache 541 void fscache_mark_pages_cached(struct fscache_retrieval *op,
|