Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c356 if (mtime < sit_i->min_mtime) in get_cb_cost()
357 sit_i->min_mtime = mtime; in get_cb_cost()
360 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()
361 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost()
362 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()
506 if (mtime < sit_i->min_mtime) in add_victim_entry()
507 sit_i->min_mtime = mtime; in add_victim_entry()
533 unsigned long long min_mtime = sit_i->dirty_min_mtime; in atgc_lookup_victim() local
543 if (max_mtime < min_mtime) in atgc_lookup_victim()
547 total_time = max_mtime - min_mtime; in atgc_lookup_victim()
[all …]
H A Dsegment.h249 unsigned long long min_mtime; /* min. modification time */ member
H A Dsegment.c5244 sit_i->min_mtime = ULLONG_MAX; in init_min_max_mtime()
5255 if (sit_i->min_mtime > mtime) in init_min_max_mtime()
5256 sit_i->min_mtime = mtime; in init_min_max_mtime()