Home
last modified time | relevance | path

Searched refs:read_or_alloc_page (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h281 fscache_page_retrieval_func_t read_or_alloc_page; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dbackend-api.rst407 int (*read_or_alloc_page)(struct fscache_retrieval *op,
454 This is like the read_or_alloc_page() method, except it is handed a list
473 This is like the read_or_alloc_page() method, except that it shouldn't
500 successful read_or_alloc_page() call or similar. FS-Cache filters out
H A Dfscache.rst390 | |rap=N |Number of in-progress read_or_alloc_page() cache ops |
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c563 .read_or_alloc_page = cachefiles_read_or_alloc_page,
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dpage.c505 ret = object->cache->ops->read_or_alloc_page(op, page, gfp); in __fscache_read_or_alloc_page()