start_segno 2727 fs/f2fs/file.c unsigned int start_segno = 0, end_segno = 0; start_segno 2760 fs/f2fs/file.c start_segno = sm->last_victim[FLUSH_DEVICE]; start_segno 2761 fs/f2fs/file.c if (start_segno < dev_start_segno || start_segno >= dev_end_segno) start_segno 2762 fs/f2fs/file.c start_segno = dev_start_segno; start_segno 2763 fs/f2fs/file.c end_segno = min(start_segno + range.segments, dev_end_segno); start_segno 2765 fs/f2fs/file.c while (start_segno < end_segno) { start_segno 2773 fs/f2fs/file.c ret = f2fs_gc(sbi, true, true, start_segno); start_segno 2778 fs/f2fs/file.c start_segno++; start_segno 1148 fs/f2fs/gc.c unsigned int start_segno, start_segno 1154 fs/f2fs/gc.c unsigned int segno = start_segno; start_segno 1155 fs/f2fs/gc.c unsigned int end_segno = start_segno + sbi->segs_per_sec; start_segno 1176 fs/f2fs/gc.c for (segno = start_segno; segno < end_segno; segno++) { start_segno 1189 fs/f2fs/gc.c for (segno = start_segno; segno < end_segno; segno++) { start_segno 1940 fs/f2fs/segment.c unsigned int secno, start_segno; start_segno 1981 fs/f2fs/segment.c start_segno = GET_SEG_FROM_SEC(sbi, secno); start_segno 1984 fs/f2fs/segment.c f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno), start_segno 1987 fs/f2fs/segment.c start = start_segno + sbi->segs_per_sec; start_segno 2819 fs/f2fs/segment.c unsigned int start_segno, end_segno; start_segno 2839 fs/f2fs/segment.c start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start); start_segno 2843 fs/f2fs/segment.c start_segno = rounddown(start_segno, sbi->segs_per_sec); start_segno 2849 fs/f2fs/segment.c cpc.trim_start = start_segno; start_segno 2870 fs/f2fs/segment.c start_block = START_BLOCK(sbi, start_segno); start_segno 3772 fs/f2fs/segment.c unsigned int start_segno = START_SEGNO(segno); start_segno 3775 fs/f2fs/segment.c if (ses->start_segno == start_segno) { start_segno 3784 fs/f2fs/segment.c ses->start_segno = start_segno; start_segno 3864 fs/f2fs/segment.c unsigned int start_segno = ses->start_segno; start_segno 3865 fs/f2fs/segment.c unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, start_segno 3867 fs/f2fs/segment.c unsigned int segno = start_segno; start_segno 3876 fs/f2fs/segment.c page = get_next_sit_page(sbi, start_segno); start_segno 4078 fs/f2fs/segment.c free_i->start_segno = GET_SEGNO_FROM_SEG0(sbi, MAIN_BLKADDR(sbi)); start_segno 21 fs/f2fs/segment.h #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno) start_segno 22 fs/f2fs/segment.h #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno) start_segno 257 fs/f2fs/segment.h unsigned int start_segno; /* start segment number logically */ start_segno 307 fs/f2fs/segment.h unsigned int start_segno; /* start segno of sits in set */ start_segno 418 fs/f2fs/segment.h unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); start_segno 426 fs/f2fs/segment.h start_segno + sbi->segs_per_sec, start_segno); start_segno 427 fs/f2fs/segment.h if (next >= start_segno + sbi->segs_per_sec) { start_segno 451 fs/f2fs/segment.h unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); start_segno 461 fs/f2fs/segment.h start_segno + sbi->segs_per_sec, start_segno); start_segno 462 fs/f2fs/segment.h if (next >= start_segno + sbi->segs_per_sec) {