Home
last modified time | relevance | path

Searched refs:B_N_CHILD (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Dibalance.c143 dc = B_N_CHILD(cur, to + 1); in internal_insert_childs()
180 B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position); in internal_insert_childs()
233 dc = B_N_CHILD(cur, first_p); in internal_delete_pointers_items()
254 t_dc = B_N_CHILD(cur_bi->bi_parent, cur_bi->bi_position); in internal_delete_pointers_items()
325 dc = B_N_CHILD(dest, dest_order); in internal_copy_pointers_items()
330 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num); in internal_copy_pointers_items()
355 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position); in internal_copy_pointers_items()
448 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position); in internal_insert_key()
845 dc = B_N_CHILD(tbSh, 0); in balance_internal()
908 dc = B_N_CHILD(tb->R[h], 0); in balance_internal()
[all …]
Ddo_balan.c1661 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */ in make_empty_node()
1808 dc = B_N_CHILD(bh, 0); in check_internal_node()
1869 dc_size(B_N_CHILD in check_after_balance_leaf()
1879 dc_size(B_N_CHILD in check_after_balance_leaf()
1889 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1), in check_after_balance_leaf()
1893 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1), in check_after_balance_leaf()
1904 dc_size(B_N_CHILD in check_after_balance_leaf()
Dfix_node.c870 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_lfree()
892 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_rfree()
1619 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / in dc_check_balance_internal()
1636 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / in dc_check_balance_internal()
1675 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE + in dc_check_balance_internal()
1690 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE + in dc_check_balance_internal()
1991 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors()
2028 dc_size(B_N_CHILD(tb->FR[0], child_position)), in get_neighbors()
2031 dc_size(B_N_CHILD(tb->FR[0], child_position))); in get_neighbors()
Dlbalance.c365 t_dc = B_N_CHILD(dest_bi->bi_parent, dest_bi->bi_position); in leaf_copy_items_entirely()
862 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position); in leaf_insert_into_buf()
954 B_N_CHILD(bi->bi_parent, bi->bi_position); in leaf_paste_in_buffer()
1121 t_dc = B_N_CHILD(bi->bi_parent, bi->bi_position); in leaf_cut_from_buffer()
1190 B_N_CHILD(bi->bi_parent, bi->bi_position); in leaf_delete_items_entirely()
Dprints.c438 dc = B_N_CHILD(bh, from); in print_internal()
Dreiserfs.h1824 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ macro
1828 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos)))
1830 (put_dc_block_number(B_N_CHILD(bh, n_pos), val))