Searched refs:B_N_CHILD_NUM (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | fix_node.c | 991 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache() 1069 if (B_N_CHILD_NUM(parent, position) != in get_far_parent() 2129 if (B_N_CHILD_NUM(bh, position) != in get_direct_parent() 2179 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors() 2193 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors() 2219 son_number = B_N_CHILD_NUM(tb->FR[h], child_position); in get_neighbors()
|
D | stree.c | 242 if (B_N_CHILD_NUM(parent, position) != in get_lkey() 291 if (B_N_CHILD_NUM(parent, position) != in get_rkey() 776 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key() 794 B_N_CHILD_NUM(bh, pos); in search_by_key()
|
D | reiserfs.h | 2052 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) macro
|