Home
last modified time | relevance | path

Searched refs:max_mtime (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c329 if (mtime > sit_i->max_mtime) in get_cb_cost()
330 sit_i->max_mtime = mtime; in get_cb_cost()
331 if (sit_i->max_mtime != sit_i->min_mtime) in get_cb_cost()
333 sit_i->max_mtime - sit_i->min_mtime); in get_cb_cost()
423 if (mtime > sit_i->max_mtime) in add_victim_entry()
424 sit_i->max_mtime = mtime; in add_victim_entry()
460 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local
471 if (max_mtime < min_mtime) in atgc_lookup_victim()
474 max_mtime += 1; in atgc_lookup_victim()
475 total_time = max_mtime in atgc_lookup_victim()
534 unsigned long long max_mtime = sit_i->dirty_max_mtime; atssr_lookup_victim() local
[all...]
H A Dsegment.h288 unsigned long long max_mtime; /* max. modification time */ member
H A Dsegment.c2343 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2344 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5226 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c356 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()
506 if (mtime > sit_i->max_mtime) in add_victim_entry()
507 sit_i->max_mtime = mtime; in add_victim_entry()
530 unsigned long long max_mtime = sit_i->dirty_max_mtime; in atgc_lookup_victim() local
541 if (max_mtime < min_mtime) in atgc_lookup_victim()
544 max_mtime += 1; in atgc_lookup_victim()
545 total_time = max_mtime in atgc_lookup_victim()
600 unsigned long long max_mtime = sit_i->dirty_max_mtime; atssr_lookup_victim() local
[all...]
H A Dsegment.h262 unsigned long long max_mtime; /* max. modification time */ member
H A Dsegment.c2385 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2386 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
5219 sit_i->max_mtime = get_mtime(sbi, false); in init_min_max_mtime()

Completed in 20 milliseconds