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

/linux-master/fs/f2fs/
H A Dsegment.h77 #define TOTAL_SEGS(sbi) \ macro
80 #define TOTAL_BLKS(sbi) (SEGS_TO_BLKS(sbi, TOTAL_SEGS(sbi)))
H A Dcheckpoint.c287 if (unlikely(blkno >= TOTAL_SEGS(sbi)))

Completed in 333 milliseconds