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

#include <ocfs2.h>

Data Fields

struct ocfs2_caching_operationsci_ops
 
unsigned long ci_created_trans
 
unsigned long ci_last_trans
 
unsigned int ci_flags
 
unsigned int ci_num_cached
 
union {
   sector_t   ci_array [OCFS2_CACHE_INFO_MAX_ARRAY]
 
   struct rb_root   ci_tree
 
ci_cache
 

Detailed Description

Definition at line 69 of file ocfs2.h.

Field Documentation

Definition at line 87 of file ocfs2.h.

union { ... } ci_cache
unsigned long ci_created_trans

Definition at line 79 of file ocfs2.h.

unsigned int ci_flags

Definition at line 84 of file ocfs2.h.

unsigned long ci_last_trans

Definition at line 81 of file ocfs2.h.

unsigned int ci_num_cached

Definition at line 85 of file ocfs2.h.

Definition at line 75 of file ocfs2.h.

struct rb_root ci_tree

Definition at line 88 of file ocfs2.h.


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