TOTAL_SEGS         66 fs/f2fs/segment.h #define TOTAL_BLKS(sbi)	(TOTAL_SEGS(sbi) << (sbi)->log_blocks_per_seg)
TOTAL_SEGS        660 fs/f2fs/segment.h 	f2fs_bug_on(sbi, segno > TOTAL_SEGS(sbi) - 1);
TOTAL_SEGS        708 fs/f2fs/segment.h 					|| segno > TOTAL_SEGS(sbi) - 1)) {