Lines Matching defs:start_segno
2140 unsigned int secno, start_segno;
2187 start_segno = GET_SEG_FROM_SEC(sbi, secno);
2190 f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno),
2193 start = start_segno + sbi->segs_per_sec;
3213 unsigned int start_segno, end_segno;
3233 start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start);
3237 start_segno = rounddown(start_segno, sbi->segs_per_sec);
3243 cpc.trim_start = start_segno;
3265 start_block = START_BLOCK(sbi, start_segno);
4192 unsigned int start_segno = START_SEGNO(segno);
4195 if (ses->start_segno == start_segno) {
4204 ses->start_segno = start_segno;
4284 unsigned int start_segno = ses->start_segno;
4285 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
4287 unsigned int segno = start_segno;
4296 page = get_next_sit_page(sbi, start_segno);
4498 free_i->start_segno = GET_SEGNO_FROM_SEG0(sbi, MAIN_BLKADDR(sbi));