Searched refs:read_or_alloc_page (Results 1 – 5 of 5) sorted by relevance
281 fscache_page_retrieval_func_t read_or_alloc_page; member
409 int (*read_or_alloc_page)(struct fscache_retrieval *op,456 This is like the read_or_alloc_page() method, except it is handed a list475 This is like the read_or_alloc_page() method, except that it shouldn't502 successful read_or_alloc_page() call or similar. FS-Cache filters out
300 rap=N Number of in-progress read_or_alloc_page() cache ops
563 .read_or_alloc_page = cachefiles_read_or_alloc_page,
505 ret = object->cache->ops->read_or_alloc_page(op, page, gfp); in __fscache_read_or_alloc_page()