Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A 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()
716 last_segment / p.ofs_unit, in get_victim_by_default()
717 p.offset / p.ofs_unit); in get_victim_by_default()
718 segno = unit_no * p.ofs_unit; in get_victim_by_default()
730 p.offset = segno + p.ofs_unit; in get_victim_by_default()
786 last_victim + p.ofs_unit; in get_victim_by_default()
788 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in get_victim_by_default()
[all …]
H A Dsegment.h192 unsigned int ofs_unit; /* bitmap search unit */ member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h772 __field(unsigned int, ofs_unit)
786 __entry->ofs_unit = p->ofs_unit;
802 __entry->ofs_unit,