Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.h54 #define TOTAL_SEGS(sbi) (SM_I(sbi)->segment_count) macro
55 #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()