Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c344 if (mtime > sit_i->max_mtime) in get_cb_cost()
345 sit_i->max_mtime = mtime; in get_cb_cost()
346 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()
348 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()
439 if (mtime > sit_i->max_mtime) in add_victim_entry()
440 sit_i->max_mtime = mtime; in add_victim_entry()
476 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local
487 if (max_mtime < min_mtime) in atgc_lookup_victim()
490 max_mtime += 1; in atgc_lookup_victim()
491 total_time = max_mtime - min_mtime; in atgc_lookup_victim()
[all …]
Dsegment.h268 unsigned long long max_mtime; /* max. modification time */ member
Dsegment.c2178 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2179 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5108 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()