Lines Matching refs:b_size

123     if (!dest_nr_item || (!op_is_left_mergeable (&(ih->ih_key), src->b_size)))  in leaf_copy_boundary_item()
180 if (!dest_nr_item || !op_is_left_mergeable (&(dih->ih_key), src->b_size)) in leaf_copy_boundary_item()
206 le_ih_k_offset (ih) + op_bytes_number (ih, src->b_size), in leaf_copy_boundary_item()
228 (bytes_or_entries / UNFM_P_SIZE) * dest->b_size, in leaf_copy_boundary_item()
230 dih, (bytes_or_entries/UNFM_P_SIZE)*dest->b_size); in leaf_copy_boundary_item()
231 …set_le_ih_k_offset (dih, le_ih_k_offset (dih) - ((bytes_or_entries / UNFM_P_SIZE) * dest->b_size)); in leaf_copy_boundary_item()
294 j = location = (dest_before == 0) ? dest->b_size : ih_location(ih-1); in leaf_copy_items_entirely()
367 RFALSE( op_is_left_mergeable (&(ih->ih_key), src->b_size), in leaf_item_bottle()
395 …k_offset (&n_ih, le_ih_k_offset (ih) + (ih_item_len(ih) - cpy_bytes) / UNFM_P_SIZE * dest->b_size); in leaf_item_bottle()
622 (!op_is_left_mergeable (B_N_PKEY (S0, 0), S0->b_size)), in leaf_shift_left()
761 last_loc = nr ? ih_location( &(ih[nr - before - 1]) ) : bh->b_size; in leaf_insert_into_buf()
762 unmoved_loc = before ? ih_location( ih-1 ) : bh->b_size; in leaf_insert_into_buf()
841 unmoved_loc = affected_item_num ? ih_location( ih-1 ) : bh->b_size; in leaf_paste_in_buffer()
1006 set_le_ih_k_offset (ih, le_ih_k_offset (ih) + (cut_size / UNFM_P_SIZE) * bh->b_size); in leaf_cut_from_buffer()
1018 unmoved_loc = cut_item_num ? ih_location(ih-1) : bh->b_size; in leaf_cut_from_buffer()
1085 j = (first == 0) ? bh->b_size : ih_location(ih-1); in leaf_delete_items_entirely()