Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache-cache.h286 fscache_page_retrieval_func_t read_or_alloc_page; member
/Linux-v4.19/Documentation/filesystems/caching/
Dbackend-api.txt409 int (*read_or_alloc_page)(struct fscache_retrieval *op,
456 This is like the read_or_alloc_page() method, except it is handed a list
475 This is like the read_or_alloc_page() method, except that it shouldn't
502 successful read_or_alloc_page() call or similar. FS-Cache filters out
Dfscache.txt300 rap=N Number of in-progress read_or_alloc_page() cache ops
/Linux-v4.19/fs/cachefiles/
Dinterface.c567 .read_or_alloc_page = cachefiles_read_or_alloc_page,
/Linux-v4.19/fs/fscache/
Dpage.c509 ret = object->cache->ops->read_or_alloc_page(op, page, gfp); in __fscache_read_or_alloc_page()