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

/fs/reiserfs/
H A Dibalance.c291 * copy cpy_num node pointers and cpy_num - 1 items from buffer src to buffer
300 int last_first, int cpy_num)
320 RFALSE(nr_src < cpy_num - 1,
321 "no so many items (%d) in src (%d)", cpy_num, nr_src);
322 RFALSE(cpy_num < 0, "cpy_num less than 0 (%d)", cpy_num);
323 RFALSE(cpy_num - 1 + B_NR_ITEMS(dest) > (int)MAX_NR_KEY(dest),
324 "cpy_num (
298 internal_copy_pointers_items(struct buffer_info *dest_bi, struct buffer_head *src, int last_first, int cpy_num) argument
394 internal_move_pointers_items(struct buffer_info *dest_bi, struct buffer_info *src_bi, int last_first, int cpy_num, int del_par) argument
[all...]
H A Dlbalance.c305 * last_first == FIRST_TO_LAST means, that we copy cpy_num items beginning
307 * last_first == LAST_TO_FIRST means, that we copy cpy_num items beginning
312 int first, int cpy_num)
324 RFALSE(B_NR_ITEMS(src) - first < cpy_num,
326 B_NR_ITEMS(src), cpy_num, first);
327 RFALSE(cpy_num < 0, "vs-10110: can not copy negative amount of items");
334 if (cpy_num == 0)
350 RFALSE(blkh_free_space(blkh) < cpy_num * IH_SIZE,
352 B_FREE_SPACE(dest), cpy_num * IH_SIZE);
355 memmove(ih + cpy_num, i
310 leaf_copy_items_entirely(struct buffer_info *dest_bi, struct buffer_head *src, int last_first, int first, int cpy_num) argument
521 leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src, int last_first, int cpy_num, int cpy_bytes) argument
[all...]

Completed in 5 milliseconds