Searched refs:TOTAL_SEGS (Results 1 – 2 of 2) sorted by relevance
77 #define TOTAL_SEGS(sbi) \ macro80 #define TOTAL_BLKS(sbi) (TOTAL_SEGS(sbi) << (sbi)->log_blocks_per_seg)712 f2fs_bug_on(sbi, segno > TOTAL_SEGS(sbi) - 1); in check_seg_range()767 || segno > TOTAL_SEGS(sbi) - 1)) { in check_block_count()
262 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()