Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c290 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()
858 last_segment / p.ofs_unit, in f2fs_get_victim()
859 p.offset / p.ofs_unit); in f2fs_get_victim()
860 segno = unit_no * p.ofs_unit; in f2fs_get_victim()
872 p.offset = segno + p.ofs_unit; in f2fs_get_victim()
931 last_victim + p.ofs_unit; in f2fs_get_victim()
933 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in f2fs_get_victim()
954 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in f2fs_get_victim()
H A Dsegment.h166 unsigned int ofs_unit; /* bitmap search unit */ member
/linux/include/trace/events/
H A Df2fs.h836 __field(unsigned int, ofs_unit)
850 __entry->ofs_unit = p->ofs_unit;
866 __entry->ofs_unit,