Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c604 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim()
606 p->oldest_age = age; in atgc_lookup_victim()
667 (cost == p->min_cost && age > p->oldest_age)) { in atssr_lookup_victim()
669 p->oldest_age = age; in atssr_lookup_victim()
799 p.oldest_age = 0; in f2fs_get_victim()
H A Dsegment.h168 unsigned long long oldest_age; /* oldest age of segments having the same min cost */ member