Searched refs:n_dest (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/reiserfs/ |
D | do_balan.c | 1736 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument 1746 RFALSE(n_dest < 0 || n_src < 0, in replace_key() 1747 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key() 1748 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key() 1750 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key() 1754 memcpy(B_N_PDELIM_KEY(dest, n_dest), B_N_PITEM_HEAD(src, n_src), in replace_key() 1757 memcpy(B_N_PDELIM_KEY(dest, n_dest), B_N_PDELIM_KEY(src, n_src), in replace_key()
|