Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h77 #define TOTAL_SEGS(sbi) \ macro
80 #define TOTAL_BLKS(sbi) (TOTAL_SEGS(sbi) << (sbi)->log_blocks_per_seg)
728 f2fs_bug_on(sbi, segno > TOTAL_SEGS(sbi) - 1); in check_seg_range()
782 || segno > TOTAL_SEGS(sbi) - 1)) { in check_block_count()
H A Dcheckpoint.c254 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h77 #define TOTAL_SEGS(sbi) \ macro
80 #define TOTAL_BLKS(sbi) (TOTAL_SEGS(sbi) << (sbi)->log_blocks_per_seg)
H A Dcheckpoint.c272 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()

Completed in 9 milliseconds