Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dgc.c187 p->ofs_unit = 1; in select_policy()
192 p->ofs_unit = sbi->segs_per_sec; in select_policy()
216 return 2 * sbi->blocks_per_seg * p->ofs_unit; in get_max_cost()
375 p.offset = segno + p.ofs_unit; in get_victim_by_default()
376 if (p.ofs_unit > 1) { in get_victim_by_default()
377 p.offset -= segno % p.ofs_unit; in get_victim_by_default()
379 p.offset - p.ofs_unit, in get_victim_by_default()
380 p.ofs_unit); in get_victim_by_default()
426 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
Dsegment.h172 unsigned int ofs_unit; /* bitmap search unit */ member
/Linux-v5.4/include/trace/events/
Df2fs.h751 __field(unsigned int, ofs_unit)
765 __entry->ofs_unit = p->ofs_unit;
781 __entry->ofs_unit,