Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.c230 p->ofs_unit = 1; in select_policy()
235 p->ofs_unit = 1; in select_policy()
238 p->ofs_unit = sbi->segs_per_sec; in select_policy()
278 return 2 * sbi->blocks_per_seg * p->ofs_unit; in get_max_cost()
717 last_segment / p.ofs_unit, in get_victim_by_default()
718 p.offset / p.ofs_unit); in get_victim_by_default()
719 segno = unit_no * p.ofs_unit; in get_victim_by_default()
731 p.offset = segno + p.ofs_unit; in get_victim_by_default()
787 last_victim + p.ofs_unit; in get_victim_by_default()
789 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in get_victim_by_default()
[all …]
Dsegment.h191 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v5.15/include/trace/events/
Df2fs.h765 __field(unsigned int, ofs_unit)
779 __entry->ofs_unit = p->ofs_unit;
795 __entry->ofs_unit,