Lines Matching refs:start_segno
1135 unsigned int start_segno, end_segno; in f2fs_trim_fs() local
1146 start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start); in f2fs_trim_fs()
1153 for (; start_segno <= end_segno; start_segno = cpc.trim_end + 1) { in f2fs_trim_fs()
1154 cpc.trim_start = start_segno; in f2fs_trim_fs()
1162 rounddown(start_segno + in f2fs_trim_fs()
1832 unsigned int start_segno = START_SEGNO(segno); in add_sit_entry() local
1835 if (ses->start_segno == start_segno) { in add_sit_entry()
1844 ses->start_segno = start_segno; in add_sit_entry()
1922 unsigned int start_segno = ses->start_segno; in flush_sit_entries() local
1923 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in flush_sit_entries()
1925 unsigned int segno = start_segno; in flush_sit_entries()
1932 page = get_next_sit_page(sbi, start_segno); in flush_sit_entries()
2091 free_i->start_segno = GET_SEGNO_FROM_SEG0(sbi, MAIN_BLKADDR(sbi)); in build_free_segmap()