Searched refs:mount_count (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dtune2fs.c82 static int max_mount_count, mount_count, mount_flags; variable
124 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] "
900 mount_count = strtoul(optarg, &tmp, 0);
901 if (*tmp || mount_count > 16000) {
2026 sb->s_mnt_count = mount_count;
2028 printf(_("Setting current mount count to %d\n"), mount_count);

Completed in 129 milliseconds