Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dgc.c154 p->ofs_unit = 1; in select_policy()
159 p->ofs_unit = sbi->segs_per_sec; in select_policy()
175 return (1 << sbi->log_blocks_per_seg) * p->ofs_unit; in get_max_cost()
290 p.offset = segno + p.ofs_unit; in get_victim_by_default()
291 if (p.ofs_unit > 1) in get_victim_by_default()
292 p.offset -= segno % p.ofs_unit; in get_victim_by_default()
324 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
Dsegment.h152 unsigned int ofs_unit; /* bitmap search unit */ member
/linux-4.1.27/include/trace/events/
Df2fs.h527 __field(unsigned int, ofs_unit)
540 __entry->ofs_unit = p->ofs_unit;
554 __entry->ofs_unit,