Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c134 p->ofs_unit = 1; in select_policy()
138 p->ofs_unit = sbi->segs_per_sec; in select_policy()
150 return (1 << sbi->log_blocks_per_seg) * p->ofs_unit; in get_max_cost()
268 p.offset = ((segno / p.ofs_unit) * p.ofs_unit) + p.ofs_unit; in get_victim_by_default()
300 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
Dsegment.h146 unsigned int ofs_unit; /* bitmap search unit */ member