Home | History | Annotate | Download | only in e2fsck

Lines Matching full:height_left

193     unsigned height_left, height_right;
196 height_left = verify_redblack(nil, root->left);
198 if (height_left == 0 || height_right == 0)
200 if (height_left != height_right)
207 return height_left;
211 return height_left + 1;