Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:depth

94 	int			i, depth;
211 depth = htree_depth(dx_dir, dx_db);
212 if (depth != dx_dir->depth) {
213 pctx.num = dx_dir->depth;
284 int depth = 0;
286 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {
288 depth++;
290 return depth;
826 dx_dir->depth = root->indirect_levels + 1;