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

#include <bcache.h>

Data Fields

void(* bc_enable )(void)
 
void(* bc_disable )(void)
 
void(* bc_wback_inv )(unsigned long page, unsigned long size)
 
void(* bc_inv )(unsigned long page, unsigned long size)
 

Detailed Description

Definition at line 16 of file bcache.h.

Field Documentation

void(* bc_disable)(void)

Definition at line 18 of file bcache.h.

void(* bc_enable)(void)

Definition at line 17 of file bcache.h.

void(* bc_inv)(unsigned long page, unsigned long size)

Definition at line 20 of file bcache.h.

void(* bc_wback_inv)(unsigned long page, unsigned long size)

Definition at line 19 of file bcache.h.


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