Searched refs:TOTAL_SEGS (Results 1 – 1 of 1) sorted by relevance
55 #define TOTAL_SEGS(sbi) (SM_I(sbi)->segment_count) macro56 #define TOTAL_BLKS(sbi) (TOTAL_SEGS(sbi) << sbi->log_blocks_per_seg)571 f2fs_bug_on(sbi, segno > TOTAL_SEGS(sbi) - 1); in check_seg_range()609 || segno > TOTAL_SEGS(sbi) - 1); in check_block_count()