Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:inodes

104 	ext2_ino_t inodes, inodes_used;
115 inodes = fs->super->s_inodes_count;
136 ctx->device_name, inodes_used, inodes,
161 "\n%12u inodes used (%2.2f%%, out of %u)\n",
163 100.0 * inodes_used / inodes, inodes);
174 log_out(ctx, _(" # of inodes with ind/dind/tind blocks: "