Searched refs:cutoff (Results 1 - 2 of 2) sorted by relevance

/systemd/src/tmpfiles/
H A Dtmpfiles.c369 usec_t cutoff,
462 q = dir_cleanup(i, sub_path, sub_dir, &s, cutoff, rootdev, false, maxdepth-1, false);
481 if (age >= cutoff) {
491 if (age >= cutoff) {
545 if (age >= cutoff) {
555 if (age >= cutoff) {
564 if (age >= cutoff) {
1588 usec_t cutoff, n; local
1600 cutoff = n - i->age;
1629 format_timestamp_us(timestamp, sizeof(timestamp), cutoff));
364 dir_cleanup( Item *i, const char *p, DIR *d, const struct stat *ds, usec_t cutoff, dev_t rootdev, bool mountpoint, int maxdepth, bool keep_this_level) argument
[all...]
/systemd/src/shared/
H A Dlogs-show.c1010 usec_t cutoff = 0; local
1012 /* Check whether the cutoff line is too early */
1018 r = sd_journal_get_cutoff_monotonic_usec(j, boot_id, &cutoff, NULL);
1020 return log_error_errno(r, "Failed to get journal cutoff time: %m");
1022 if (r > 0 && not_before < cutoff) {

Completed in 1125 milliseconds