Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.c182 p->ofs_unit = 1; in select_policy()
187 p->ofs_unit = sbi->segs_per_sec; in select_policy()
211 return 2 * sbi->blocks_per_seg * p->ofs_unit; in get_max_cost()
354 p.offset = segno + p.ofs_unit; in get_victim_by_default()
355 if (p.ofs_unit > 1) { in get_victim_by_default()
356 p.offset -= segno % p.ofs_unit; in get_victim_by_default()
358 p.offset - p.ofs_unit, in get_victim_by_default()
359 p.ofs_unit); in get_victim_by_default()
396 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
Dsegment.h175 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v4.19/include/trace/events/
Df2fs.h709 __field(unsigned int, ofs_unit)
723 __entry->ofs_unit = p->ofs_unit;
739 __entry->ofs_unit,