#include <linux/mount.h>
#include <linux/slab.h>
#include <linux/file.h>
#include "internal.h"
Go to the source code of this file.
|
int | cachefiles_read_or_alloc_page (struct fscache_retrieval *op, struct page *page, gfp_t gfp) |
|
int | cachefiles_read_or_alloc_pages (struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) |
|
int | cachefiles_allocate_page (struct fscache_retrieval *op, struct page *page, gfp_t gfp) |
|
int | cachefiles_allocate_pages (struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) |
|
int | cachefiles_write_page (struct fscache_storage *op, struct page *page) |
|
void | cachefiles_uncache_page (struct fscache_object *_object, struct page *page) |
|