Searched refs:insert_key (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.c742 int child_pos, struct item_head *insert_key, /* key for insertion on higher level */
767 struct item_head *new_insert_key_addr = insert_key;
822 insert_num, insert_key,
840 insert_key, insert_ptr);
842 replace_lkey(tb, h, insert_key + k);
854 insert_key += k;
886 insert_num, insert_key,
902 0, k, insert_key + 1,
905 replace_rkey(tb, h, insert_key + insert_num - k - 1);
1024 insert_num, insert_key,
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.c253 struct item_head *insert_key, /* in our processing of one level we sometimes determine what
1543 memcpy(insert_key + i, B_N_PKEY(S_new[i], 0), KEY_SIZE);
2078 struct item_head insert_key[2]; /* in our processing of one level local
2111 balance_leaf(tb, ih, body, flag, insert_key, insert_ptr);
2120 balance_internal(tb, h, child_pos, insert_key, insert_ptr);
249 balance_leaf(struct tree_balance *tb, struct item_head *ih, const char *body, int flag, struct item_head *insert_key, struct buffer_head **insert_ptr ) argument

Completed in 158 milliseconds