Searched refs:end_segno (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/f2fs/
H A Dsegment.c1060 unsigned int start_segno, end_segno; f2fs_trim_fs() local
1073 end_segno = (end >= MAX_BLKADDR(sbi)) ? MAIN_SEGS(sbi) - 1 : f2fs_trim_fs()
1079 for (; start_segno <= end_segno; start_segno = cpc.trim_end + 1) { f2fs_trim_fs()
1083 sbi->segs_per_sec) - 1, end_segno); f2fs_trim_fs()

Completed in 103 milliseconds