Lines Matching defs:start_segno
2135 unsigned int secno, start_segno;
2176 start_segno = GET_SEG_FROM_SEC(sbi, secno);
2179 f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno),
2182 start = start_segno + sbi->segs_per_sec;
3236 unsigned int start_segno, end_segno;
3256 start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start);
3260 start_segno = rounddown(start_segno, sbi->segs_per_sec);
3266 cpc.trim_start = start_segno;
3287 start_block = START_BLOCK(sbi, start_segno);
4245 unsigned int start_segno = START_SEGNO(segno);
4248 if (ses->start_segno == start_segno) {
4257 ses->start_segno = start_segno;
4337 unsigned int start_segno = ses->start_segno;
4338 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
4340 unsigned int segno = start_segno;
4349 page = get_next_sit_page(sbi, start_segno);
4551 free_i->start_segno = GET_SEGNO_FROM_SEG0(sbi, MAIN_BLKADDR(sbi));