Home
last modified time | relevance | path

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

/linux/fs/f2fs/ !
H A Dgc.c294 p->ofs_unit = 1; in select_policy()
297 p->ofs_unit = SEGS_PER_SEC(sbi); in select_policy()
339 return SEGS_TO_BLKS(sbi, 2 * p->ofs_unit); in get_max_cost()
862 last_segment / p.ofs_unit, in f2fs_get_victim()
863 p.offset / p.ofs_unit); in f2fs_get_victim()
864 segno = unit_no * p.ofs_unit; in f2fs_get_victim()
876 p.offset = segno + p.ofs_unit; in f2fs_get_victim()
935 last_victim + p.ofs_unit; in f2fs_get_victim()
937 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in f2fs_get_victim()
958 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in f2fs_get_victim()
H A Dsegment.h165 unsigned int ofs_unit; /* bitmap search unit */ member
/linux/include/trace/events/ !
H A Df2fs.h845 __field(unsigned int, ofs_unit)
859 __entry->ofs_unit = p->ofs_unit;
875 __entry->ofs_unit,