ofs_unit 187 fs/f2fs/gc.c p->ofs_unit = 1; ofs_unit 192 fs/f2fs/gc.c p->ofs_unit = sbi->segs_per_sec; ofs_unit 216 fs/f2fs/gc.c return 2 * sbi->blocks_per_seg * p->ofs_unit; ofs_unit 375 fs/f2fs/gc.c p.offset = segno + p.ofs_unit; ofs_unit 376 fs/f2fs/gc.c if (p.ofs_unit > 1) { ofs_unit 377 fs/f2fs/gc.c p.offset -= segno % p.ofs_unit; ofs_unit 379 fs/f2fs/gc.c p.offset - p.ofs_unit, ofs_unit 380 fs/f2fs/gc.c p.ofs_unit); ofs_unit 426 fs/f2fs/gc.c *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; ofs_unit 172 fs/f2fs/segment.h unsigned int ofs_unit; /* bitmap search unit */ ofs_unit 751 include/trace/events/f2fs.h __field(unsigned int, ofs_unit) ofs_unit 765 include/trace/events/f2fs.h __entry->ofs_unit = p->ofs_unit; ofs_unit 781 include/trace/events/f2fs.h __entry->ofs_unit,