Searched refs:max_mount_count (Results 1 – 3 of 3) sorted by relevance
85 static int max_mount_count, mount_count, mount_flags; variable1804 max_mount_count = strtol(optarg, &tmp, 0); in parse_tune2fs_options()1805 if (*tmp || max_mount_count > 16000) { in parse_tune2fs_options()1811 if (max_mount_count == 0) in parse_tune2fs_options()1812 max_mount_count = -1; in parse_tune2fs_options()3078 sb->s_max_mnt_count = max_mount_count; in main()3081 max_mount_count); in main()
23 be disabled by setting max_mount_count to -1. (This was already
57 A max_mount_count of zero is now treated as if no mount count were