Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.h277 int p_tree_depth; member
285 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh)
286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
287 #define path_num_items(_path) ((_path)->p_tree_depth + 1)
H A Dalloc.c599 path->p_tree_depth = depth; in ocfs2_reinit_path()
1768 left->p_tree_depth, right->p_tree_depth, in ocfs2_find_subtree_root()
2222 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_left_leaf()
2466 right_path->p_tree_depth); in ocfs2_rotate_tree_right()
2812 if (path->p_tree_depth == 0) in ocfs2_find_cpos_for_right_leaf()
2818 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_right_leaf()
4419 path->p_tree_depth > 0) { in ocfs2_figure_merge_contig_type()
5091 if (path->p_tree_depth) { in ocfs2_split_extent()
5292 depth = path->p_tree_depth; in ocfs2_split_tree()
5375 path->p_tree_depth) { in ocfs2_truncate_rec()
[all …]
H A Dfile.c1856 if (path->p_tree_depth == 0) in ocfs2_remove_inode_range()