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

#include <mbcache.h>

Data Fields

struct list_head e_lru_list
 
struct mb_cachee_cache
 
unsigned short e_used
 
unsigned short e_queued
 
struct block_devicee_bdev
 
sector_t e_block
 
struct list_head e_block_list
 
struct {
   struct list_head   o_list
 
   unsigned int   o_key
 
e_index
 

Detailed Description

Definition at line 7 of file mbcache.h.

Field Documentation

Definition at line 12 of file mbcache.h.

sector_t e_block

Definition at line 13 of file mbcache.h.

struct list_head e_block_list

Definition at line 14 of file mbcache.h.

struct mb_cache* e_cache

Definition at line 9 of file mbcache.h.

struct { ... } e_index
struct list_head e_lru_list

Definition at line 8 of file mbcache.h.

unsigned short e_queued

Definition at line 11 of file mbcache.h.

unsigned short e_used

Definition at line 10 of file mbcache.h.

unsigned int o_key

Definition at line 17 of file mbcache.h.

struct list_head o_list

Definition at line 16 of file mbcache.h.


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