Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:num_dirs

516 	ext2_ino_t		num_dirs;
530 retval = ext2fs_get_num_dirs(ctx->fs, &num_dirs);
532 num_dirs = 1024; /* Guess */
535 (threshold && num_dirs <= threshold))