Lines Matching defs:verbose
93 bool verbose,
112 if (!verbose && s->cached_space_timestamp + RECHECK_SPACE_USEC > ts) {
165 if (verbose) {
203 static int determine_space(Server *s, bool verbose, bool patch_min_use, uint64_t *available, uint64_t *limit) {
219 return determine_space_for(s, metrics, path, name, verbose, patch_min_use, available, limit);
401 bool verbose,
419 (void) determine_space_for(s, metrics, path, name, verbose, patch_min_use, NULL, &limit);
421 r = journal_directory_vacuum(p, limit, metrics->n_max_files, s->max_retention_usec, &s->oldest_file_usec, verbose);
426 int server_vacuum(Server *s, bool verbose, bool patch_min_use) {
433 do_vacuum(s, s->system_journal, &s->system_metrics, "/var/log/journal/", "System journal", verbose, patch_min_use);
434 do_vacuum(s, s->runtime_journal, &s->runtime_metrics, "/run/log/journal/", "Runtime journal", verbose, patch_min_use);