Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dgc.c254 p->ofs_unit = 1; in select_policy()
259 p->ofs_unit = 1; in select_policy()
262 p->ofs_unit = sbi->segs_per_sec; in select_policy()
304 return 2 * sbi->blocks_per_seg * p->ofs_unit; in get_max_cost()
791 last_segment / p.ofs_unit, in get_victim_by_default()
792 p.offset / p.ofs_unit); in get_victim_by_default()
793 segno = unit_no * p.ofs_unit; in get_victim_by_default()
805 p.offset = segno + p.ofs_unit; in get_victim_by_default()
864 last_victim + p.ofs_unit; in get_victim_by_default()
866 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in get_victim_by_default()
[all …]
Dsegment.h195 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v6.1/include/trace/events/
Df2fs.h773 __field(unsigned int, ofs_unit)
787 __entry->ofs_unit = p->ofs_unit;
803 __entry->ofs_unit,