Lines Matching refs:l_tree_depth

595 		depth = le16_to_cpu(path_root_el(path)->l_tree_depth);  in ocfs2_reinit_path()
686 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH); in ocfs2_new_path()
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
970 BUG_ON(el->l_tree_depth != 0); in ocfs2_num_free_extents()
1168 BUG_ON(!el->l_tree_depth); in ocfs2_add_branch()
1170 new_blocks = le16_to_cpu(el->l_tree_depth); in ocfs2_add_branch()
1255 eb_el->l_tree_depth = cpu_to_le16(i); in ocfs2_add_branch()
1269 if (!eb_el->l_tree_depth) in ocfs2_add_branch()
1391 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1408 le16_add_cpu(&root_el->l_tree_depth, 1); in ocfs2_shift_tree_depth()
1418 if (root_el->l_tree_depth == cpu_to_le16(1)) in ocfs2_shift_tree_depth()
1463 while(le16_to_cpu(el->l_tree_depth) > 1) { in ocfs2_find_branch_target()
1528 int depth = le16_to_cpu(el->l_tree_depth); in ocfs2_grow_tree()
1714 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0); in ocfs2_create_empty_extent()
1726 le16_to_cpu(el->l_tree_depth)); in ocfs2_create_empty_extent()
1798 while (el->l_tree_depth) { in __ocfs2_find_path()
1803 le16_to_cpu(el->l_tree_depth)); in __ocfs2_find_path()
1828 le16_to_cpu(el->l_tree_depth), i); in __ocfs2_find_path()
1910 if (le16_to_cpu(el->l_tree_depth) == 0) { in find_leaf_ins()
1970 BUG_ON(right_child_el->l_tree_depth); in ocfs2_adjust_adjacent_records()
2004 BUG_ON(le16_to_cpu(root_el->l_tree_depth) <= in ocfs2_adjust_root_records()
2005 le16_to_cpu(left_el->l_tree_depth)); in ocfs2_adjust_root_records()
3089 el->l_tree_depth = 0; in ocfs2_remove_rightmost_path()
3867 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0); in ocfs2_insert_at_leaf()
3920 le16_to_cpu(el->l_tree_depth), in ocfs2_insert_at_leaf()
4256 if (le16_to_cpu(el->l_tree_depth) == 0) { in ocfs2_do_insert_extent()
4484 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0); in ocfs2_figure_contig_type()
4532 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0); in ocfs2_figure_appending_type()
4584 insert->ins_tree_depth = le16_to_cpu(el->l_tree_depth); in ocfs2_figure_insert_type()
4586 if (el->l_tree_depth) { in ocfs2_figure_insert_type()
4927 depth = le16_to_cpu(rightmost_el->l_tree_depth); in ocfs2_split_and_insert()
7026 di->id2.i_list.l_tree_depth = 0; in ocfs2_dinode_new_extent_list()
7292 if (root_el->l_tree_depth && rec->e_int_clusters == 0) { in ocfs2_commit_truncate()
7295 le16_to_cpu(root_el->l_tree_depth)); in ocfs2_commit_truncate()