Lines Matching refs:src
284 struct buffer_head *src, in internal_copy_pointers_items() argument
296 nr_src = B_NR_ITEMS(src); in internal_copy_pointers_items()
298 RFALSE(dest == NULL || src == NULL, in internal_copy_pointers_items()
299 "src (%p) or dest (%p) buffer is 0", src, dest); in internal_copy_pointers_items()
330 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num); in internal_copy_pointers_items()
339 memcpy(key, B_N_PDELIM_KEY(src, src_order), KEY_SIZE * (cpy_num - 1)); in internal_copy_pointers_items()
408 struct buffer_head *src, int src_position) in internal_insert_key() argument
415 RFALSE(dest == NULL || src == NULL, in internal_insert_key()
416 "source(%p) or dest(%p) buffer is 0", src, dest); in internal_insert_key()
421 src_position >= B_NR_ITEMS(src), in internal_insert_key()
424 src_position, B_NR_ITEMS(src)); in internal_insert_key()
437 memcpy(key, B_N_PDELIM_KEY(src, src_position), KEY_SIZE); in internal_insert_key()