Lines Matching full:mount_count
71 static int max_mount_count, mount_count, mount_flags;
110 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] "
657 mount_count = strtoul(optarg, &tmp, 0);
658 if (*tmp || mount_count > 16000) {
1689 sb->s_mnt_count = mount_count;
1691 printf(_("Setting current mount count to %d\n"), mount_count);