Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.h75 #define TOTAL_SEGS(sbi) \ macro
78 #define TOTAL_BLKS(sbi) (SEGS_TO_BLKS(sbi, TOTAL_SEGS(sbi)))
H A Dcheckpoint.c288 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()