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

#include <reiserfs.h>

Data Fields

int tb_mode
 
int need_balance_dirty
 
struct super_blocktb_sb
 
struct
reiserfs_transaction_handle
transaction_handle
 
struct treepathtb_path
 
struct buffer_head * L [MAX_HEIGHT]
 
struct buffer_head * R [MAX_HEIGHT]
 
struct buffer_head * FL [MAX_HEIGHT]
 
struct buffer_head * FR [MAX_HEIGHT]
 
struct buffer_head * CFL [MAX_HEIGHT]
 
struct buffer_head * CFR [MAX_HEIGHT]
 
struct buffer_head * FEB [MAX_FEB_SIZE]
 
struct buffer_head * used [MAX_FEB_SIZE]
 
struct buffer_head * thrown [MAX_FEB_SIZE]
 
int lnum [MAX_HEIGHT]
 
int rnum [MAX_HEIGHT]
 
int lkey [MAX_HEIGHT]
 
int rkey [MAX_HEIGHT]
 
int insert_size [MAX_HEIGHT]
 
int blknum [MAX_HEIGHT]
 
int cur_blknum
 
int s0num
 
int s1num
 
int s2num
 
int lbytes
 
int rbytes
 
int s1bytes
 
int s2bytes
 
struct buffer_head * buf_to_free [MAX_FREE_BLOCK]
 
charvn_buf
 
int vn_buf_size
 
struct virtual_nodetb_vn
 
int fs_gen
 
struct in_core_key key
 

Detailed Description

Definition at line 2057 of file reiserfs.h.

Field Documentation

int blknum[MAX_HEIGHT]

Definition at line 2089 of file reiserfs.h.

struct buffer_head* buf_to_free[MAX_FREE_BLOCK]

Definition at line 2109 of file reiserfs.h.

struct buffer_head* CFL[MAX_HEIGHT]

Definition at line 2067 of file reiserfs.h.

struct buffer_head* CFR[MAX_HEIGHT]

Definition at line 2068 of file reiserfs.h.

int cur_blknum

Definition at line 2096 of file reiserfs.h.

struct buffer_head* FEB[MAX_FEB_SIZE]

Definition at line 2070 of file reiserfs.h.

struct buffer_head* FL[MAX_HEIGHT]

Definition at line 2065 of file reiserfs.h.

struct buffer_head* FR[MAX_HEIGHT]

Definition at line 2066 of file reiserfs.h.

int fs_gen

Definition at line 2116 of file reiserfs.h.

int insert_size[MAX_HEIGHT]

Definition at line 2087 of file reiserfs.h.

Definition at line 2119 of file reiserfs.h.

struct buffer_head* L[MAX_HEIGHT]

Definition at line 2063 of file reiserfs.h.

int lbytes

Definition at line 2100 of file reiserfs.h.

int lkey[MAX_HEIGHT]

Definition at line 2084 of file reiserfs.h.

int lnum[MAX_HEIGHT]

Definition at line 2074 of file reiserfs.h.

int need_balance_dirty

Definition at line 2059 of file reiserfs.h.

struct buffer_head* R[MAX_HEIGHT]

Definition at line 2064 of file reiserfs.h.

int rbytes

Definition at line 2103 of file reiserfs.h.

int rkey[MAX_HEIGHT]

Definition at line 2086 of file reiserfs.h.

int rnum[MAX_HEIGHT]

Definition at line 2083 of file reiserfs.h.

int s0num

Definition at line 2097 of file reiserfs.h.

int s1bytes

Definition at line 2106 of file reiserfs.h.

int s1num

Definition at line 2098 of file reiserfs.h.

int s2bytes

Definition at line 2108 of file reiserfs.h.

int s2num

Definition at line 2099 of file reiserfs.h.

int tb_mode

Definition at line 2058 of file reiserfs.h.

struct treepath* tb_path

Definition at line 2062 of file reiserfs.h.

Definition at line 2060 of file reiserfs.h.

Definition at line 2114 of file reiserfs.h.

struct buffer_head* thrown[MAX_FEB_SIZE]

Definition at line 2073 of file reiserfs.h.

struct reiserfs_transaction_handle* transaction_handle

Definition at line 2061 of file reiserfs.h.

struct buffer_head* used[MAX_FEB_SIZE]

Definition at line 2072 of file reiserfs.h.

char* vn_buf

Definition at line 2110 of file reiserfs.h.

int vn_buf_size

Definition at line 2113 of file reiserfs.h.


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