Searched refs:age_by (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 505 AgeBy age_by, in needs_cleanup() argument 508 if (FLAGS_SET(age_by, AGE_BY_MTIME) && mtime != NSEC_INFINITY && mtime >= cutoff) { in needs_cleanup() 518 if (FLAGS_SET(age_by, AGE_BY_ATIME) && atime != NSEC_INFINITY && atime >= cutoff) { in needs_cleanup() 531 if (FLAGS_SET(age_by, AGE_BY_CTIME) && ctime != NSEC_INFINITY && ctime >= cutoff) { in needs_cleanup() 540 if (FLAGS_SET(age_by, AGE_BY_BTIME) && btime != NSEC_INFINITY && btime >= cutoff) { in needs_cleanup() 3230 _cleanup_free_ char *seconds = NULL, *age_by = NULL; in parse_line() local 3238 r = split_pair(a, ":", &age_by, &seconds); in parse_line() 3245 r = parse_age_by_from_arg(age_by, &i); in parse_line() 3250 … return log_syntax(NULL, LOG_ERR, fname, line, r, "Invalid age-by '%s'.", age_by); in parse_line()
|