Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h48 #define TOTAL_SEGS(sbi) \ macro
51 #define TOTAL_BLKS(sbi) (SEGS_TO_BLKS(sbi, TOTAL_SEGS(sbi)))
H A Dcheckpoint.c486 if (unlikely(blkno >= TOTAL_SEGS(sbi))) in f2fs_ra_meta_pages()