Searched refs:tree_balance (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h1277 struct tree_balance struct
1378 struct tree_balance * tb;
1861 int fix_nodes (int n_op_mode, struct tree_balance * p_s_tb,
1863 void unfix_nodes (struct tree_balance *);
1864 void free_buffers_in_tb (struct tree_balance * p_s_tb);
1874 void store_print_tb (struct tree_balance * tb);
1882 void print_path (struct tree_balance * tb, struct path * path);
1894 int leaf_move_items (int shift_mode, struct tree_balance * tb, int mov_num, int mov_bytes, struct buffer_head * Snew);
1895 int leaf_shift_left (struct tree_balance * tb, int shift_num, int shift_bytes);
1896 int leaf_shift_right (struct tree_balance * t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h1277 struct tree_balance struct
1378 struct tree_balance * tb;
1861 int fix_nodes (int n_op_mode, struct tree_balance * p_s_tb,
1863 void unfix_nodes (struct tree_balance *);
1864 void free_buffers_in_tb (struct tree_balance * p_s_tb);
1874 void store_print_tb (struct tree_balance * tb);
1882 void print_path (struct tree_balance * tb, struct path * path);
1894 int leaf_move_items (int shift_mode, struct tree_balance * tb, int mov_num, int mov_bytes, struct buffer_head * Snew);
1895 int leaf_shift_left (struct tree_balance * tb, int shift_num, int shift_bytes);
1896 int leaf_shift_right (struct tree_balance * t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dfix_node.c80 static void create_virtual_node (struct tree_balance * tb, int h)
195 static void check_left (struct tree_balance * tb, int h, int cur_free)
274 static void check_right (struct tree_balance * tb, int h, int cur_free)
355 static int get_num_ver (int mode, struct tree_balance * tb, int h,
536 extern struct tree_balance * cur_tb;
544 * tb tree_balance structure;
557 static void set_parameters (struct tree_balance * tb, int h, int lnum,
589 static int is_leaf_removable (struct tree_balance * tb)
630 static int are_leaves_removable (struct tree_balance * tb, int lfree, int rfree)
726 struct tree_balance * p_s_t
[all...]
H A Ddo_balan.c26 struct tree_balance * cur_tb = NULL; /* detects whether more than one
33 inline void do_balance_mark_leaf_dirty (struct tree_balance * tb,
84 static int balance_leaf_when_delete (struct tree_balance * tb, int flag)
246 static int balance_leaf (struct tree_balance * tb,
1196 struct buffer_head * get_FEB (struct tree_balance * tb)
1225 static void store_thrown (struct tree_balance * tb, struct buffer_head * bh)
1240 static void free_thrown(struct tree_balance *tb) {
1254 void reiserfs_invalidate_buffer (struct tree_balance * tb, struct buffer_head * bh)
1270 void replace_key (struct tree_balance * tb, struct buffer_head * dest, int n_dest,
1297 struct tree_balance * t
[all...]
H A Dibalance.c13 struct tree_balance * ,
31 struct tree_balance * tb,
462 struct tree_balance * tb,
496 struct tree_balance * tb,
524 struct tree_balance * tb,
564 struct tree_balance * tb,
587 static void balance_internal_when_delete (struct tree_balance * tb,
702 struct tree_balance * tb,
722 struct tree_balance * tb,
740 int balance_internal (struct tree_balance * t
[all...]
H A Dstree.c290 extern struct tree_balance * cur_tb;
1159 struct tree_balance * p_s_tb,
1185 struct tree_balance * p_s_tb,
1190 memset (p_s_tb,'\0',sizeof(struct tree_balance));
1218 struct tree_balance s_del_balance;
1330 struct tree_balance tb;
1483 create a tree_balance structure. Then it must fill up this
1486 struct tree_balance s_cut_balance;
1813 struct tree_balance s_paste_balance;
1861 struct tree_balance s_ins_balanc
[all...]
H A Dprints.c326 extern struct tree_balance * cur_tb;
360 void print_path (struct tree_balance * tb, struct path * path)
582 void store_print_tb (struct tree_balance * tb)
H A Dlbalance.c490 static void leaf_define_dest_src_infos (int shift_mode, struct tree_balance * tb, struct buffer_info * dest_bi,
572 int leaf_move_items (int shift_mode, struct tree_balance * tb, int mov_num, int mov_bytes, struct buffer_head * Snew)
591 int leaf_shift_left (struct tree_balance * tb, int shift_num, int shift_bytes)
641 struct tree_balance * tb,
H A Djournal.c2692 extern struct tree_balance *cur_tb ;

Completed in 171 milliseconds