Home
last modified time | relevance | path

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

/fs/reiserfs/
Dfix_node.c924 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache()
989 if (B_N_CHILD_NUM(parent, position) != in get_far_parent()
1926 if (B_N_CHILD_NUM(bh, position) != in get_direct_parent()
1971 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
1985 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2011 son_number = B_N_CHILD_NUM(tb->FR[h], child_position); in get_neighbors()
Dstree.c269 if (B_N_CHILD_NUM(parent, position) != in get_lkey()
312 if (B_N_CHILD_NUM(parent, position) != in get_rkey()
760 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key()
775 B_N_CHILD_NUM(bh, pos); in search_by_key()
Dreiserfs.h1828 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) macro