Home
last modified time | relevance | path

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

/Linux-v6.6/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()
822 last_segment / p.ofs_unit, in f2fs_get_victim()
823 p.offset / p.ofs_unit); in f2fs_get_victim()
824 segno = unit_no * p.ofs_unit; in f2fs_get_victim()
836 p.offset = segno + p.ofs_unit; in f2fs_get_victim()
895 last_victim + p.ofs_unit; in f2fs_get_victim()
897 sm->last_victim[p.gc_mode] = segno + p.ofs_unit; in f2fs_get_victim()
[all …]
Dsegment.h198 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v6.6/include/trace/events/
Df2fs.h777 __field(unsigned int, ofs_unit)
791 __entry->ofs_unit = p->ofs_unit;
807 __entry->ofs_unit,