Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h77 #define TOTAL_SEGS(sbi) \ macro
80 #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()
Dcheckpoint.c262 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()