Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:max

75 	int		max;
228 if (outdir->max) {
243 outdir->max = blocks;
251 outdir->max = 0;
260 if (outdir->num >= outdir->max) {
261 retval = alloc_size_dir(fs, outdir, outdir->max + 50);
419 outdir->max = 0;
719 outdir.max = outdir.num = 0;
837 int cur, max, all_dirs, first = 1;
852 max = e2fsck_get_num_dirinfo(ctx);
861 max = ext2fs_u32_list_count(ctx->dirs_to_hash);
890 100.0 * (float) (++cur) / (float) max, ino);