Searched refs:ofs_unit (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/f2fs/
H A Dsegment.h185 unsigned int ofs_unit; /* bitmap search unit */ member in struct:victim_sel_policy
H A Dgc.c254 p->ofs_unit = 1;
259 p->ofs_unit = 1;
262 p->ofs_unit = SEGS_PER_SEC(sbi);
304 return SEGS_TO_BLKS(sbi, 2 * p->ofs_unit);
821 last_segment / p.ofs_unit,
822 p.offset / p.ofs_unit);
823 segno = unit_no * p.ofs_unit;
835 p.offset = segno + p.ofs_unit;
894 last_victim + p.ofs_unit;
896 sm->last_victim[p.gc_mode] = segno + p.ofs_unit;
[all...]
/linux-master/include/trace/events/
H A Df2fs.h794 __field(unsigned int, ofs_unit)
808 __entry->ofs_unit = p->ofs_unit;
815 "victim = %u, cost = %u, ofs_unit = %u, "
824 __entry->ofs_unit,

Completed in 182 milliseconds