Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fscache.c File Reference
#include "fscache.h"
#include "cifsglob.h"
#include "cifs_debug.h"
#include "cifs_fs_sb.h"

Go to the source code of this file.

Functions

void cifs_fscache_get_client_cookie (struct TCP_Server_Info *server)
 
void cifs_fscache_release_client_cookie (struct TCP_Server_Info *server)
 
void cifs_fscache_get_super_cookie (struct cifs_tcon *tcon)
 
void cifs_fscache_release_super_cookie (struct cifs_tcon *tcon)
 
void cifs_fscache_release_inode_cookie (struct inode *inode)
 
void cifs_fscache_set_inode_cookie (struct inode *inode, struct file *filp)
 
void cifs_fscache_reset_inode_cookie (struct inode *inode)
 
int cifs_fscache_release_page (struct page *page, gfp_t gfp)
 
int __cifs_readpage_from_fscache (struct inode *inode, struct page *page)
 
int __cifs_readpages_from_fscache (struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages)
 
void __cifs_readpage_to_fscache (struct inode *inode, struct page *page)
 
void __cifs_fscache_invalidate_page (struct page *page, struct inode *inode)
 

Function Documentation

void __cifs_fscache_invalidate_page ( struct page page,
struct inode inode 
)

Definition at line 226 of file fscache.c.

int __cifs_readpage_from_fscache ( struct inode inode,
struct page page 
)

Definition at line 155 of file fscache.c.

void __cifs_readpage_to_fscache ( struct inode inode,
struct page page 
)

Definition at line 215 of file fscache.c.

int __cifs_readpages_from_fscache ( struct inode inode,
struct address_space mapping,
struct list_head pages,
unsigned *  nr_pages 
)

Definition at line 184 of file fscache.c.

void cifs_fscache_get_client_cookie ( struct TCP_Server_Info server)

Definition at line 26 of file fscache.c.

void cifs_fscache_get_super_cookie ( struct cifs_tcon tcon)

Definition at line 43 of file fscache.c.

void cifs_fscache_release_client_cookie ( struct TCP_Server_Info server)

Definition at line 35 of file fscache.c.

void cifs_fscache_release_inode_cookie ( struct inode inode)

Definition at line 78 of file fscache.c.

int cifs_fscache_release_page ( struct page page,
gfp_t  gfp 
)

Definition at line 128 of file fscache.c.

void cifs_fscache_release_super_cookie ( struct cifs_tcon tcon)

Definition at line 54 of file fscache.c.

void cifs_fscache_reset_inode_cookie ( struct inode inode)

Definition at line 109 of file fscache.c.

void cifs_fscache_set_inode_cookie ( struct inode inode,
struct file filp 
)

Definition at line 101 of file fscache.c.