Lines Matching refs:l_tree_depth
595 depth = le16_to_cpu(path_root_el(path)->l_tree_depth);
686 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH);
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
970 BUG_ON(el->l_tree_depth != 0);
1168 BUG_ON(!el->l_tree_depth);
1170 new_blocks = le16_to_cpu(el->l_tree_depth);
1255 eb_el->l_tree_depth = cpu_to_le16(i);
1269 if (!eb_el->l_tree_depth)
1391 eb_el->l_tree_depth = root_el->l_tree_depth;
1408 le16_add_cpu(&root_el->l_tree_depth, 1);
1418 if (root_el->l_tree_depth == cpu_to_le16(1))
1463 while(le16_to_cpu(el->l_tree_depth) > 1) {
1528 int depth = le16_to_cpu(el->l_tree_depth);
1714 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0);
1726 le16_to_cpu(el->l_tree_depth));
1798 while (el->l_tree_depth) {
1803 le16_to_cpu(el->l_tree_depth));
1828 le16_to_cpu(el->l_tree_depth), i);
1910 if (le16_to_cpu(el->l_tree_depth) == 0) {
1970 BUG_ON(right_child_el->l_tree_depth);
2004 BUG_ON(le16_to_cpu(root_el->l_tree_depth) <=
2005 le16_to_cpu(left_el->l_tree_depth));
3089 el->l_tree_depth = 0;
3867 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0);
3920 le16_to_cpu(el->l_tree_depth),
4256 if (le16_to_cpu(el->l_tree_depth) == 0) {
4484 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0);
4532 BUG_ON(le16_to_cpu(el->l_tree_depth) != 0);
4584 insert->ins_tree_depth = le16_to_cpu(el->l_tree_depth);
4586 if (el->l_tree_depth) {
4927 depth = le16_to_cpu(rightmost_el->l_tree_depth);
7026 di->id2.i_list.l_tree_depth = 0;
7292 if (root_el->l_tree_depth && rec->e_int_clusters == 0) {
7295 le16_to_cpu(root_el->l_tree_depth));