Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c358 if (mtime > sit_i->max_mtime) in get_cb_cost()
359 sit_i->max_mtime = mtime; in get_cb_cost()
360 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()
362 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()
508 if (mtime > sit_i->max_mtime) in add_victim_entry()
509 sit_i->max_mtime = mtime; in add_victim_entry()
532 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local
543 if (max_mtime < min_mtime) in atgc_lookup_victim()
546 max_mtime += 1; in atgc_lookup_victim()
547 total_time = max_mtime - min_mtime; in atgc_lookup_victim()
[all …]
H A Dsegment.h250 unsigned long long max_mtime; /* max. modification time */ member
H A Dsegment.c2403 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2404 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5258 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()