Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rdwr.c File Reference
#include <linux/mount.h>
#include <linux/slab.h>
#include <linux/file.h>
#include "internal.h"

Go to the source code of this file.

Functions

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)
 

Function Documentation

int cachefiles_allocate_page ( struct fscache_retrieval op,
struct page page,
gfp_t  gfp 
)

Definition at line 803 of file rdwr.c.

int cachefiles_allocate_pages ( struct fscache_retrieval op,
struct list_head pages,
unsigned *  nr_pages,
gfp_t  gfp 
)

Definition at line 843 of file rdwr.c.

int cachefiles_read_or_alloc_page ( struct fscache_retrieval op,
struct page page,
gfp_t  gfp 
)

Definition at line 391 of file rdwr.c.

int cachefiles_read_or_alloc_pages ( struct fscache_retrieval op,
struct list_head pages,
unsigned *  nr_pages,
gfp_t  gfp 
)

Definition at line 688 of file rdwr.c.

void cachefiles_uncache_page ( struct fscache_object _object,
struct page page 
)

Definition at line 972 of file rdwr.c.

int cachefiles_write_page ( struct fscache_storage op,
struct page page 
)

Definition at line 888 of file rdwr.c.