Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c157 p->ofs_unit = 1; in select_policy()
162 p->ofs_unit = sbi->segs_per_sec; in select_policy()
178 return (1 << sbi->log_blocks_per_seg) * p->ofs_unit; in get_max_cost()
298 p.offset = segno + p.ofs_unit; in get_victim_by_default()
299 if (p.ofs_unit > 1) in get_victim_by_default()
300 p.offset -= segno % p.ofs_unit; in get_victim_by_default()
332 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
Dsegment.h155 unsigned int ofs_unit; /* bitmap search unit */ member
/linux-4.4.14/include/trace/events/
Df2fs.h560 __field(unsigned int, ofs_unit)
573 __entry->ofs_unit = p->ofs_unit;
587 __entry->ofs_unit,