Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cleancache_ops Struct Reference

#include <cleancache.h>

Data Fields

int(* init_fs )(size_t)
 
int(* init_shared_fs )(char *uuid, size_t)
 
int(* get_page )(int, struct cleancache_filekey, pgoff_t, struct page *)
 
void(* put_page )(int, struct cleancache_filekey, pgoff_t, struct page *)
 
void(* invalidate_page )(int, struct cleancache_filekey, pgoff_t)
 
void(* invalidate_inode )(int, struct cleancache_filekey)
 
void(* invalidate_fs )(int)
 

Detailed Description

Definition at line 24 of file cleancache.h.

Field Documentation

Definition at line 27 of file cleancache.h.

int(* init_fs)(size_t)

Definition at line 25 of file cleancache.h.

int(* init_shared_fs)(char *uuid, size_t)

Definition at line 26 of file cleancache.h.

void(* invalidate_fs)(int)

Definition at line 33 of file cleancache.h.

void(* invalidate_inode)(int, struct cleancache_filekey)

Definition at line 32 of file cleancache.h.

void(* invalidate_page)(int, struct cleancache_filekey, pgoff_t)

Definition at line 31 of file cleancache.h.

Definition at line 29 of file cleancache.h.


The documentation for this struct was generated from the following file: