Searched refs:child_pos (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c590 int h, int child_pos)
605 internal_delete_childs(&bi, child_pos, -insert_num);
742 int child_pos, struct item_head *insert_key, /* key for insertion on higher level */
747 child_pos is the position of the node-pointer in S[h] that *
750 child_pos
791 balance_internal_when_delete(tb, h, child_pos);
801 if (tb->lnum[h] <= child_pos) {
806 child_pos -= tb->lnum[h];
807 } else if (tb->lnum[h] > child_pos + insert_num) {
821 n + child_pos
589 balance_internal_when_delete(struct tree_balance *tb, int h, int child_pos) argument
740 balance_internal(struct tree_balance *tb, int h, int child_pos, struct item_head *insert_key, struct buffer_head **insert_ptr ) argument
[all...]
H A Ddo_balan.c2076 int child_pos, /* position of a child node in its parent */ local
2110 child_pos = PATH_H_B_ITEM_ORDER(tb->tb_path, 0) +
2119 child_pos =
2120 balance_internal(tb, h, child_pos, insert_key, insert_ptr);

Completed in 32 milliseconds