Home
last modified time | relevance | path

Searched refs:inodes_used (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Dunix.c105 ext2_ino_t inodes, inodes_used; in show_stats() local
117 inodes_used = (fs->super->s_inodes_count - in show_stats()
123 if (inodes_used > 0) { in show_stats()
124 frag_percent_file = (10000 * ctx->fs_fragmented) / inodes_used; in show_stats()
127 frag_percent_dir = (10000 * ctx->fs_fragmented_dir) / inodes_used; in show_stats()
132 / inodes_used); in show_stats()
139 ctx->device_name, inodes_used, inodes, in show_stats()
165 inodes_used), inodes_used, in show_stats()
166 100.0 * inodes_used / inodes, inodes); in show_stats()