Searched defs:determine_space_for (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournald-server.c88 static int determine_space_for( function
219 return determine_space_for(s, metrics, path, name, verbose, patch_min_use, available, limit);
419 (void) determine_space_for(s, metrics, path, name, verbose, patch_min_use, NULL, &limit);
1003 (void) determine_space_for(s, &s->system_metrics, "/var/log/journal/", "System journal", true, true, NULL, NULL);
1047 (void) determine_space_for(s, &s->runtime_metrics, "/run/log/journal/", "Runtime journal", true, true, NULL, NULL);

Completed in 16 milliseconds