Home
last modified time | relevance | path

Searched refs:t_dc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dlbalance.c324 struct disk_child *t_dc; in leaf_copy_items_entirely() local
325 t_dc = B_N_CHILD (dest_bi->bi_parent, dest_bi->bi_position); in leaf_copy_items_entirely()
326 RFALSE( dc_block_number(t_dc) != dest->b_blocknr, in leaf_copy_items_entirely()
329 ( long unsigned ) dc_block_number(t_dc)); in leaf_copy_items_entirely()
330 put_dc_size( t_dc, dc_size(t_dc) + (j - last_inserted_loc + IH_SIZE * cpy_num ) ); in leaf_copy_items_entirely()
796 struct disk_child *t_dc; in leaf_insert_into_buf() local
797 t_dc = B_N_CHILD (bi->bi_parent, bi->bi_position); in leaf_insert_into_buf()
798 put_dc_size( t_dc, dc_size(t_dc) + (IH_SIZE + ih_item_len(inserted_item_ih))); in leaf_insert_into_buf()
879 struct disk_child *t_dc = B_N_CHILD (bi->bi_parent, bi->bi_position); in leaf_paste_in_buffer() local
880 put_dc_size( t_dc, dc_size(t_dc) + paste_size ); in leaf_paste_in_buffer()
[all …]
Dibalance.c187 struct disk_child *t_dc = B_N_CHILD (cur_bi->bi_parent,cur_bi->bi_position); in internal_insert_childs() local
188 put_dc_size( t_dc, dc_size(t_dc) + (count * (DC_SIZE + KEY_SIZE))); in internal_insert_childs()
259 struct disk_child *t_dc; in internal_delete_pointers_items() local
260 t_dc = B_N_CHILD (cur_bi->bi_parent, cur_bi->bi_position); in internal_delete_pointers_items()
261 put_dc_size( t_dc, dc_size(t_dc) - (del_num * (KEY_SIZE + DC_SIZE) ) ); in internal_delete_pointers_items()
360 struct disk_child *t_dc; in internal_copy_pointers_items() local
361 t_dc = B_N_CHILD(dest_bi->bi_parent,dest_bi->bi_position); in internal_copy_pointers_items()
362 put_dc_size( t_dc, dc_size(t_dc) + (KEY_SIZE * (cpy_num - 1) + DC_SIZE * cpy_num) ); in internal_copy_pointers_items()
444 struct disk_child *t_dc; in internal_insert_key() local
445 t_dc = B_N_CHILD(dest_bi->bi_parent,dest_bi->bi_position); in internal_insert_key()
[all …]