Home
last modified time | relevance | path

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

/fs/f2fs/
A Dgc.c379 if (mtime > sit_i->max_mtime) in get_cb_cost()
380 sit_i->max_mtime = mtime; in get_cb_cost()
531 if (mtime > sit_i->max_mtime) in add_victim_entry()
532 sit_i->max_mtime = mtime; in add_victim_entry()
566 if (max_mtime < min_mtime) in atgc_lookup_victim()
569 max_mtime += 1; in atgc_lookup_victim()
570 total_time = max_mtime - min_mtime; in atgc_lookup_victim()
634 if (max_mtime < min_mtime) in atssr_lookup_victim()
636 max_mtime += 1; in atssr_lookup_victim()
650 age = max_mtime - ve->mtime; in atssr_lookup_victim()
[all …]
A Dsegment.h223 unsigned long long max_mtime; /* max. modification time */ member
A Dsegment.c2442 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2443 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5652 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()

Completed in 19 milliseconds