Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c104 ext2_ino_t inodes, inodes_used; in show_stats() local
116 inodes_used = (fs->super->s_inodes_count - in show_stats()
122 if (inodes_used > 0) { in show_stats()
123 frag_percent_file = (10000 * ctx->fs_fragmented) / inodes_used; in show_stats()
126 frag_percent_dir = (10000 * ctx->fs_fragmented_dir) / inodes_used; in show_stats()
131 / inodes_used); in show_stats()
138 ctx->device_name, inodes_used, inodes, in show_stats()
164 inodes_used), inodes_used, in show_stats()
165 100.0 * inodes_used / inodes, inodes); in show_stats()