Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
bcache.h File Reference

Go to the source code of this file.

Data Structures

struct  bcache_ops
 

Macros

#define bc_enable()   do { } while (0)
 
#define bc_disable()   do { } while (0)
 
#define bc_wback_inv(page, size)   do { } while (0)
 
#define bc_inv(page, size)   do { } while (0)
 

Functions

void indy_sc_init (void)
 

Macro Definition Documentation

#define bc_disable ( )    do { } while (0)

Definition at line 54 of file bcache.h.

#define bc_enable ( )    do { } while (0)

Definition at line 53 of file bcache.h.

#define bc_inv (   page,
  size 
)    do { } while (0)

Definition at line 56 of file bcache.h.

#define bc_wback_inv (   page,
  size 
)    do { } while (0)

Definition at line 55 of file bcache.h.

Function Documentation

void indy_sc_init ( void  )

Definition at line 170 of file sc-ip22.c.