Lines Matching defs:depth
61 * @depth: the level of this dir relative to opts.path
67 int depth;
103 /* The global depth relative to opts.path.
104 * ie: opts.path has depth 0, a sub-dir of opts.path has depth 1
106 static int depth = 0;
381 .depth = 0
398 int ni_depth = depth;
408 depth++;
425 if (subdir->depth != ni_depth + 1)
480 depth--;
537 dir->depth = depth;