Lines Matching refs:b_data

45 		    source->b_data + ih_location(ih) +  in leaf_copy_dir_entries()
379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely()
380 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely()
384 memcpy(dest->b_data + last_inserted_loc, in leaf_copy_items_entirely()
933 memmove(bh->b_data + last_loc - ih_item_len(inserted_item_ih), in leaf_insert_into_buf()
934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()
936 to = bh->b_data + unmoved_loc - ih_item_len(inserted_item_ih); in leaf_insert_into_buf()
1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer()
1030 memmove(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
1032 bh->b_data + ih_location(ih), in leaf_paste_in_buffer()
1035 memset(bh->b_data + ih_location(ih), 0, in leaf_paste_in_buffer()
1037 memcpy(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
1041 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer()
1043 memcpy(bh->b_data + unmoved_loc - paste_size + in leaf_paste_in_buffer()
1049 memset(bh->b_data + unmoved_loc - paste_size, '\0', paste_size); in leaf_paste_in_buffer()
1095 item = bh->b_data + ih_location(ih); in leaf_cut_entries()
1182 memmove(bh->b_data + ih_location(ih), in leaf_cut_from_buffer()
1183 bh->b_data + ih_location(ih) + cut_size, in leaf_cut_from_buffer()
1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, in leaf_cut_from_buffer()
1280 memmove(bh->b_data + last_loc + j - last_removed_loc, in leaf_delete_items_entirely()
1281 bh->b_data + last_loc, last_removed_loc - last_loc); in leaf_delete_items_entirely()
1343 item = bh->b_data + ih_location(ih); in leaf_paste_entries()