Lines Matching defs:depth
95 int i, depth;216 depth = htree_depth(dx_dir, dx_db);217 if (depth != dx_dir->depth) {218 pctx.num = dx_dir->depth;289 int depth = 0;291 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {293 depth++;295 return depth;831 dx_dir->depth = root->indirect_levels + 1;