Home | History | Annotate | Download | only in e2fsck

Lines Matching full:inodes_used

104 	ext2_ino_t inodes, inodes_used;
116 inodes_used = (fs->super->s_inodes_count -
122 frag_percent_file = (10000 * ctx->fs_fragmented) / inodes_used;
125 frag_percent_dir = (10000 * ctx->fs_fragmented_dir) / inodes_used;
130 / inodes_used);
136 ctx->device_name, inodes_used, inodes,
162 inodes_used), inodes_used,
163 100.0 * inodes_used / inodes, inodes);