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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfix_node.c77 static void create_virtual_node(struct tree_balance *tb, int h)
201 static void check_left(struct tree_balance *tb, int h, int cur_free)
281 static void check_right(struct tree_balance *tb, int h, int cur_free)
364 static int get_num_ver(int mode, struct tree_balance *tb, int h,
566 extern struct tree_balance *cur_tb;
573 * tb tree_balance structure;
586 static void set_parameters(struct tree_balance *tb, int h, int lnum,
613 static int is_leaf_removable(struct tree_balance *tb)
655 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree)
751 static void free_buffers_in_tb(struct tree_balance *p_s_t
[all...]
H A Ddo_balan.c26 struct tree_balance *cur_tb = NULL; /* detects whether more than one
32 inline void do_balance_mark_leaf_dirty(struct tree_balance *tb,
72 static int balance_leaf_when_delete(struct tree_balance *tb, int flag)
249 static int balance_leaf(struct tree_balance *tb, struct item_head *ih, /* item header of inserted item (this is on little endian) */
1711 struct buffer_head *get_FEB(struct tree_balance *tb)
1740 static void store_thrown(struct tree_balance *tb, struct buffer_head *bh)
1756 static void free_thrown(struct tree_balance *tb)
1774 void reiserfs_invalidate_buffer(struct tree_balance *tb, struct buffer_head *bh)
1786 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest,
1813 int get_left_neighbor_position(struct tree_balance *t
[all...]
H A Dibalance.c12 int balance_internal(struct tree_balance *,
25 struct tree_balance *tb,
463 struct tree_balance *tb,
500 static void internal_shift1_left(struct tree_balance *tb,
527 struct tree_balance *tb,
567 static void internal_shift1_right(struct tree_balance *tb,
589 static void balance_internal_when_delete(struct tree_balance *tb,
711 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key)
726 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key)
740 int balance_internal(struct tree_balance *t
[all...]
H A Dstree.c228 extern struct tree_balance *cur_tb;
1098 static int calc_deleted_bytes_number(struct tree_balance *p_s_tb, char c_mode)
1122 struct tree_balance *p_s_tb,
1129 memset(p_s_tb, '\0', sizeof(struct tree_balance));
1181 struct tree_balance s_del_balance;
1322 struct tree_balance tb;
1551 create a tree_balance structure. Then it must fill up this
1554 struct tree_balance s_cut_balance;
1956 struct tree_balance s_paste_balance;
2036 struct tree_balance s_ins_balanc
[all...]
H A Dprints.c353 extern struct tree_balance *cur_tb;
584 void store_print_tb(struct tree_balance *tb)
H A Dlbalance.c553 static void leaf_define_dest_src_infos(int shift_mode, struct tree_balance *tb,
636 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
660 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes)
706 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes)
H A Djournal.c3828 extern struct tree_balance *cur_tb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1324 struct tree_balance { struct
1424 struct tree_balance *tb;
1971 int fix_nodes(int n_op_mode, struct tree_balance *p_s_tb,
1973 void unfix_nodes(struct tree_balance *);
1981 void store_print_tb(struct tree_balance *tb);
2000 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
2002 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
2003 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
2018 int balance_internal(struct tree_balance *, int, int, struct item_head *,
2022 void do_balance_mark_leaf_dirty(struct tree_balance *t
[all...]

Completed in 173 milliseconds