Home
last modified time | relevance | path

Searched refs:B_N_CHILD_NUM (Results 1 – 3 of 3) sorted by relevance

/fs/reiserfs/
Dfix_node.c991 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()
Dstree.c243 if (B_N_CHILD_NUM(parent, position) != in get_lkey()
292 if (B_N_CHILD_NUM(parent, position) != in get_rkey()
777 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key()
795 B_N_CHILD_NUM(bh, pos); in search_by_key()
Dreiserfs.h2054 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) macro