Linux Kernel
3.7.1
|
#include <ocfs2.h>
Data Fields | |
struct ocfs2_caching_operations * | ci_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 |
sector_t ci_array[OCFS2_CACHE_INFO_MAX_ARRAY] |
union { ... } ci_cache |
struct ocfs2_caching_operations* ci_ops |