Searched refs:max_mount_count (Results 1 – 2 of 2) sorted by relevance
82 static int max_mount_count, mount_count, mount_flags; variable887 max_mount_count = strtol(optarg, &tmp, 0); in parse_tune2fs_options()888 if (*tmp || max_mount_count > 16000) { in parse_tune2fs_options()894 if (max_mount_count == 0) in parse_tune2fs_options()895 max_mount_count = -1; in parse_tune2fs_options()2020 sb->s_max_mnt_count = max_mount_count; in main()2023 max_mount_count); in main()
6020 A max_mount_count of zero is now treated as if no mount count were6192 be disabled by setting max_mount_count to -1. (This was already