Searched refs:TOTAL_SEGS (Results 1 – 1 of 1) sorted by relevance
54 #define TOTAL_SEGS(sbi) (SM_I(sbi)->segment_count) macro55 #define TOTAL_BLKS(sbi) (TOTAL_SEGS(sbi) << sbi->log_blocks_per_seg)559 BUG_ON(segno > TOTAL_SEGS(sbi) - 1); in check_seg_range()582 BUG_ON(segno > TOTAL_SEGS(sbi) - 1); in check_block_count()603 if (segno > TOTAL_SEGS(sbi) - 1) in check_seg_range()624 if (segno > TOTAL_SEGS(sbi) - 1) in check_block_count()