Home
last modified time | relevance | path

Searched refs:max_mtime (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dgc.c382 if (mtime > sit_i->max_mtime) in get_cb_cost()
383 sit_i->max_mtime = mtime; in get_cb_cost()
533 if (mtime > sit_i->max_mtime) in add_victim_entry()
534 sit_i->max_mtime = mtime; in add_victim_entry()
568 if (max_mtime < min_mtime) in atgc_lookup_victim()
571 max_mtime += 1; in atgc_lookup_victim()
572 total_time = max_mtime - min_mtime; in atgc_lookup_victim()
636 if (max_mtime < min_mtime) in atssr_lookup_victim()
638 max_mtime += 1; in atssr_lookup_victim()
652 age = max_mtime - ve->mtime; in atssr_lookup_victim()
[all …]
H A Dsegment.h248 unsigned long long max_mtime; /* max. modification time */ member
H A Dsegment.c2432 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2433 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5603 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()