Searched defs:first_i (Results 1 - 1 of 1) sorted by relevance

/fs/reiserfs/
H A Dibalance.c203 * the first_i'th item and first_p'th pointers respectively.
207 int first_i, int del_num)
219 || first_i < 0,
223 B_NR_ITEMS(cur) + 1, first_i);
231 RFALSE(first_i != 0,
232 "1st deleted key must have order 0, not %d", first_i);
237 RFALSE(first_i + del_num > B_NR_ITEMS(cur),
238 "first_i = %d del_num = %d "
240 first_i, del_num, first_i
205 internal_delete_pointers_items(struct buffer_info *cur_bi, int first_p, int first_i, int del_num) argument
[all...]

Completed in 5 milliseconds