Home
last modified time | relevance | path

Searched refs:oldest_age (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/f2fs/
Dgc.c536 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()
538 p->oldest_age = age; in atgc_lookup_victim()
605 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()
607 p->oldest_age = age; in atssr_lookup_victim()
735 p.oldest_age = 0; in get_victim_by_default()
Dsegment.h197 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member