Home
last modified time | relevance | path

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

/linux-6.14.4/fs/f2fs/
Dgc.c285 p->ofs_unit = 1; in select_policy()
290 p->ofs_unit = 1; in select_policy()
293 p->ofs_unit = SEGS_PER_SEC(sbi); in select_policy()
335 return SEGS_TO_BLKS(sbi, 2 * p->ofs_unit); in get_max_cost()
852 last_segment / p.ofs_unit, in f2fs_get_victim()
853 p.offset / p.ofs_unit); in f2fs_get_victim()
854 segno = unit_no * p.ofs_unit; in f2fs_get_victim()
866 p.offset = segno + p.ofs_unit; in f2fs_get_victim()
925 last_victim + p.ofs_unit; in f2fs_get_victim()
927 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in f2fs_get_victim()
[all …]
Dsegment.h183 unsigned int ofs_unit; /* bitmap search unit */ member
/linux-6.14.4/include/trace/events/
Df2fs.h795 __field(unsigned int, ofs_unit)
809 __entry->ofs_unit = p->ofs_unit;
825 __entry->ofs_unit,