Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.c1135 unsigned int start_segno, end_segno; in f2fs_trim_fs() local
1147 end_segno = (end >= MAX_BLKADDR(sbi)) ? MAIN_SEGS(sbi) - 1 : in f2fs_trim_fs()
1153 for (; start_segno <= end_segno; start_segno = cpc.trim_end + 1) { in f2fs_trim_fs()
1159 cpc.trim_end = end_segno; in f2fs_trim_fs()
1164 sbi->segs_per_sec) - 1, end_segno); in f2fs_trim_fs()