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

/linux-master/fs/ocfs2/
H A Dalloc.h277 int p_tree_depth; member in struct:ocfs2_path
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;
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
1771 mlog_bug_on_msg(i > left->p_tree_depth,
1775 left->p_tree_depth, right->p_tree_depth,
2066 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2222 BUG_ON(path->p_tree_depth == 0);
2229 i = path->p_tree_depth - 1;
2293 int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits;
2473 right_path->p_tree_depth);
[all...]
H A Dfile.c1856 if (path->p_tree_depth == 0)

Completed in 213 milliseconds