Searched refs:max_mtime (Results 1 – 3 of 3) sorted by relevance
356 if (mtime > sit_i->max_mtime) in get_cb_cost()357 sit_i->max_mtime = mtime; in get_cb_cost()358 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()360 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()451 if (mtime > sit_i->max_mtime) in add_victim_entry()452 sit_i->max_mtime = mtime; in add_victim_entry()488 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local499 if (max_mtime < min_mtime) in atgc_lookup_victim()502 max_mtime += 1; in atgc_lookup_victim()503 total_time = max_mtime - min_mtime; in atgc_lookup_victim()[all …]
265 unsigned long long max_mtime; /* max. modification time */ member
2157 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()2158 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()5060 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()