Searched refs:max_mtime (Results 1 – 3 of 3) sorted by relevance
385 if (mtime > sit_i->max_mtime) in get_cb_cost()386 sit_i->max_mtime = mtime; in get_cb_cost()387 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()389 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()540 if (mtime > sit_i->max_mtime) in add_victim_entry()541 sit_i->max_mtime = mtime; in add_victim_entry()564 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local575 if (max_mtime < min_mtime) in atgc_lookup_victim()578 max_mtime += 1; in atgc_lookup_victim()579 total_time = max_mtime - min_mtime; in atgc_lookup_victim()[all …]
250 unsigned long long max_mtime; /* max. modification time */ member
2423 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()2424 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()5457 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()