Home
last modified time | relevance | path

Searched refs:child_position (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
Dfix_node.c2153 int child_position, in get_neighbors() local
2171 child_position = in get_neighbors()
2175 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
2188 child_position > B_NR_ITEMS(tb->FL[h]) || in get_neighbors()
2189 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2195 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors()
2213 child_position = in get_neighbors()
2215 son_number = B_N_CHILD_NUM(tb->FR[h], child_position); in get_neighbors()
2232 dc_size(B_N_CHILD(tb->FR[0], child_position)), in get_neighbors()
2235 dc_size(B_N_CHILD(tb->FR[0], child_position))); in get_neighbors()
/kernel/linux/linux-4.19/fs/reiserfs/
Dfix_node.c2157 int child_position, in get_neighbors() local
2175 child_position = in get_neighbors()
2179 son_number = B_N_CHILD_NUM(tb->FL[h], child_position); in get_neighbors()
2192 child_position > B_NR_ITEMS(tb->FL[h]) || in get_neighbors()
2193 B_N_CHILD_NUM(tb->FL[h], child_position) != in get_neighbors()
2199 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors()
2217 child_position = in get_neighbors()
2219 son_number = B_N_CHILD_NUM(tb->FR[h], child_position); in get_neighbors()
2236 dc_size(B_N_CHILD(tb->FR[0], child_position)), in get_neighbors()
2239 dc_size(B_N_CHILD(tb->FR[0], child_position))); in get_neighbors()