Lines Matching refs:start_segno
2232 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local
2279 start_segno = GET_SEG_FROM_SEC(sbi, secno); in f2fs_clear_prefree_segments()
2282 f2fs_issue_discard(sbi, START_BLOCK(sbi, start_segno), in f2fs_clear_prefree_segments()
2285 start = start_segno + SEGS_PER_SEC(sbi); in f2fs_clear_prefree_segments()
3597 unsigned int start_segno, end_segno; in f2fs_trim_fs() local
3618 start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start); in f2fs_trim_fs()
3622 start_segno = rounddown(start_segno, SEGS_PER_SEC(sbi)); in f2fs_trim_fs()
3628 cpc.trim_start = start_segno; in f2fs_trim_fs()
3650 start_block = START_BLOCK(sbi, start_segno); in f2fs_trim_fs()
4751 unsigned int start_segno = START_SEGNO(segno); in add_sit_entry() local
4754 if (ses->start_segno == start_segno) { in add_sit_entry()
4763 ses->start_segno = start_segno; in add_sit_entry()
4843 unsigned int start_segno = ses->start_segno; in f2fs_flush_sit_entries() local
4844 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in f2fs_flush_sit_entries()
4846 unsigned int segno = start_segno; in f2fs_flush_sit_entries()
4856 folio = get_next_sit_folio(sbi, start_segno); in f2fs_flush_sit_entries()
5043 free_i->start_segno = GET_SEGNO_FROM_SEG0(sbi, MAIN_BLKADDR(sbi)); in build_free_segmap()