Lines Matching refs:age
125 usec_t age;
382 usec_t age;
480 age = timespec_load(&s.st_mtim);
481 if (age >= cutoff) {
486 format_timestamp_us(a, sizeof(a), age));
490 age = timespec_load(&s.st_atim);
491 if (age >= cutoff) {
495 format_timestamp_us(a, sizeof(a), age));
544 age = timespec_load(&s.st_mtim);
545 if (age >= cutoff) {
550 format_timestamp_us(a, sizeof(a), age));
554 age = timespec_load(&s.st_atim);
555 if (age >= cutoff) {
559 format_timestamp_us(a, sizeof(a), age));
563 age = timespec_load(&s.st_ctim);
564 if (age >= cutoff) {
568 format_timestamp_us(a, sizeof(a), age));
1597 if (n < i->age)
1600 cutoff = n - i->age;
1774 a->age == b->age &&
1812 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
1832 &age,
2051 if (!isempty(age) && !streq(age, "-")) {
2052 const char *a = age;
2059 if (parse_sec(a, &i.age) < 0) {
2060 log_error("[%s:%u] Invalid age '%s'.", fname, line, age);
2239 /* we have to determine age parameter for each entry of type X */
2262 i->age = candidate_item->age;