Searched refs:p_tree_depth (Results 1 – 3 of 3) sorted by relevance
275 int p_tree_depth; member283 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh)284 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)285 #define path_num_items(_path) ((_path)->p_tree_depth + 1)
599 path->p_tree_depth = depth; in ocfs2_reinit_path()1775 left->p_tree_depth, right->p_tree_depth, in ocfs2_find_subtree_root()2237 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_left_leaf()2481 right_path->p_tree_depth); in ocfs2_rotate_tree_right()2827 if (path->p_tree_depth == 0) in ocfs2_find_cpos_for_right_leaf()2833 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_right_leaf()4434 path->p_tree_depth > 0) { in ocfs2_figure_merge_contig_type()5106 if (path->p_tree_depth) { in ocfs2_split_extent()5307 depth = path->p_tree_depth; in ocfs2_split_tree()5390 path->p_tree_depth) { in ocfs2_truncate_rec()[all …]
1868 if (path->p_tree_depth == 0) in ocfs2_remove_inode_range()
Completed in 22 milliseconds