p_tree_depth 601 fs/ocfs2/alloc.c path->p_tree_depth = depth; p_tree_depth 692 fs/ocfs2/alloc.c path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); p_tree_depth 1767 fs/ocfs2/alloc.c mlog_bug_on_msg(i > left->p_tree_depth, p_tree_depth 1771 fs/ocfs2/alloc.c left->p_tree_depth, right->p_tree_depth, p_tree_depth 2062 fs/ocfs2/alloc.c for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { p_tree_depth 2218 fs/ocfs2/alloc.c BUG_ON(path->p_tree_depth == 0); p_tree_depth 2225 fs/ocfs2/alloc.c i = path->p_tree_depth - 1; p_tree_depth 2289 fs/ocfs2/alloc.c int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits; p_tree_depth 2469 fs/ocfs2/alloc.c right_path->p_tree_depth); p_tree_depth 2550 fs/ocfs2/alloc.c for (i = 0; i < path->p_tree_depth; i++) { p_tree_depth 2815 fs/ocfs2/alloc.c if (path->p_tree_depth == 0) p_tree_depth 2821 fs/ocfs2/alloc.c i = path->p_tree_depth - 1; p_tree_depth 2953 fs/ocfs2/alloc.c right_path->p_tree_depth); p_tree_depth 3113 fs/ocfs2/alloc.c int credits = path->p_tree_depth * 2 + 1; p_tree_depth 3160 fs/ocfs2/alloc.c if (path->p_tree_depth == 0) { p_tree_depth 3301 fs/ocfs2/alloc.c BUG_ON(left_path->p_tree_depth == 0); p_tree_depth 3467 fs/ocfs2/alloc.c BUG_ON(right_path->p_tree_depth == 0); p_tree_depth 3963 fs/ocfs2/alloc.c for (i = 0; i < path->p_tree_depth; i++) { p_tree_depth 4003 fs/ocfs2/alloc.c BUG_ON(right_path->p_tree_depth == 0); p_tree_depth 4175 fs/ocfs2/alloc.c ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); p_tree_depth 4369 fs/ocfs2/alloc.c } else if (path->p_tree_depth > 0) { p_tree_depth 4422 fs/ocfs2/alloc.c path->p_tree_depth > 0) { p_tree_depth 5094 fs/ocfs2/alloc.c if (path->p_tree_depth) { p_tree_depth 5295 fs/ocfs2/alloc.c depth = path->p_tree_depth; p_tree_depth 5310 fs/ocfs2/alloc.c credits = path->p_tree_depth + p_tree_depth 5378 fs/ocfs2/alloc.c path->p_tree_depth) { p_tree_depth 5391 fs/ocfs2/alloc.c if (index == 0 && path->p_tree_depth && p_tree_depth 7277 fs/ocfs2/alloc.c path->p_tree_depth); p_tree_depth 279 fs/ocfs2/alloc.h int p_tree_depth; p_tree_depth 287 fs/ocfs2/alloc.h #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) p_tree_depth 288 fs/ocfs2/alloc.h #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el) p_tree_depth 289 fs/ocfs2/alloc.h #define path_num_items(_path) ((_path)->p_tree_depth + 1) p_tree_depth 1792 fs/ocfs2/file.c if (path->p_tree_depth == 0)