Searched refs:n_dest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | do_balan.c | 1551 /* Replace n_dest'th key in buffer dest by n_src'th key of buffer src.*/ 1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument 1562 RFALSE(n_dest < 0 || n_src < 0, in replace_key() 1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key() 1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key() 1566 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key() 1570 memcpy(internal_key(dest, n_dest), item_head(src, n_src), in replace_key() 1573 memcpy(internal_key(dest, n_dest), internal_key(src, n_src), in replace_key()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 1551 /* Replace n_dest'th key in buffer dest by n_src'th key of buffer src.*/ 1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument 1562 RFALSE(n_dest < 0 || n_src < 0, in replace_key() 1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key() 1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key() 1566 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key() 1570 memcpy(internal_key(dest, n_dest), item_head(src, n_src), in replace_key() 1573 memcpy(internal_key(dest, n_dest), internal_key(src, n_src), in replace_key()
|
Completed in 6 milliseconds