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

#include <logfs.h>

Data Fields

struct btree_head64 new
 
struct btree_head64 old
 
struct btree_head32 segment_map
 
int no_shadowed_segments
 

Detailed Description

struct shadow_tree : shadows where old_ofs==0, indexed by new_ofs : shadows where old_ofs!=0, indexed by old_ofs : bitfield of segments containing shadows : number of segments containing shadows

Definition at line 266 of file logfs.h.

Field Documentation

struct btree_head64 new

Definition at line 267 of file logfs.h.

int no_shadowed_segments

Definition at line 270 of file logfs.h.

struct btree_head64 old

Definition at line 268 of file logfs.h.

struct btree_head32 segment_map

Definition at line 269 of file logfs.h.


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