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

/linux-master/fs/reiserfs/
H A Dibalance.c203 * the first_i'th item and first_p'th pointers respectively.
206 int first_p,
218 RFALSE(first_p < 0 || first_p + del_num > B_NR_ITEMS(cur) + 1
222 "first key order %d < 0", first_p, first_p + del_num,
230 if (first_p == 0 && del_num == nr + 1) {
243 dc = B_N_CHILD(cur, first_p);
245 memmove(dc, dc + del_num, (nr + 1 - first_p - del_num) * DC_SIZE);
205 internal_delete_pointers_items(struct buffer_info *cur_bi, int first_p, int first_i, int del_num) argument
/linux-master/arch/sparc/kernel/
H A Dpci.c363 static void apb_calc_first_last(u8 map, u32 *first_p, u32 *last_p) argument
378 *first_p = first;

Completed in 106 milliseconds