Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.c210 p->ofs_unit = 1; in select_policy()
215 p->ofs_unit = 1; in select_policy()
218 p->ofs_unit = sbi->segs_per_sec; in select_policy()
258 return 2 * sbi->blocks_per_seg * p->ofs_unit; in get_max_cost()
700 last_segment / p.ofs_unit, in get_victim_by_default()
701 p.offset / p.ofs_unit); in get_victim_by_default()
702 segno = unit_no * p.ofs_unit; in get_victim_by_default()
714 p.offset = segno + p.ofs_unit; in get_victim_by_default()
754 last_victim + p.ofs_unit; in get_victim_by_default()
756 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in get_victim_by_default()
[all …]
Dsegment.h193 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v5.10/include/trace/events/
Df2fs.h764 __field(unsigned int, ofs_unit)
778 __entry->ofs_unit = p->ofs_unit;
794 __entry->ofs_unit,