Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dfix_node.c989 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache()
1067 if (B_N_CHILD_NUM(parent, position) != in get_far_parent()
2125 if (B_N_CHILD_NUM(bh, position) != in get_direct_parent()
2175 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
2189 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2215 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()
800 B_N_CHILD_NUM(bh, last_element->pe_position); in search_by_key()
818 B_N_CHILD_NUM(bh, pos); in search_by_key()
Dreiserfs.h2052 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) macro