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

/linux-master/fs/f2fs/
H A Ddebug.c138 si->total_count = BLKS_TO_SEGS(sbi, (int)sbi->user_block_count);
179 si->util_free = (int)(BLKS_TO_SEGS(sbi, free_user_blocks(sbi)))
182 si->util_valid = (int)(BLKS_TO_SEGS(sbi, written_block_count(sbi)))
H A Dsegment.h94 (BLKS_TO_SEGS(sbi, GET_SEGOFF_FROM_SEG0(sbi, blk_addr)))
106 BLKS_TO_SEGS(sbi, (sbi)->unusable_blocks_per_sec))
H A Dgc.c351 u = BLKS_TO_SEGS(sbi, vblocks * 100);
H A Df2fs.h1821 #define BLKS_TO_SEGS(sbi, blks) \ macro

Completed in 136 milliseconds