Home | History | Annotate | Download | only in e2fsck

Lines Matching full:num_dirs

710 	ext2_ino_t		num_dirs;
724 retval = ext2fs_get_num_dirs(ctx->fs, &num_dirs);
726 num_dirs = 1024; /* Guess */
729 (!threshold || num_dirs > threshold)) {