Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c203 si->total_count = BLKS_TO_SEGS(sbi, (int)sbi->user_block_count); in update_general_status()
244 si->util_free = (int)(BLKS_TO_SEGS(sbi, free_user_blocks(sbi))) in update_general_status()
247 si->util_valid = (int)(BLKS_TO_SEGS(sbi, written_block_count(sbi))) in update_general_status()
H A Dsegment.h64 (BLKS_TO_SEGS(sbi, GET_SEGOFF_FROM_SEG0(sbi, blk_addr)))
77 BLKS_TO_SEGS(sbi, (sbi)->unusable_blocks_per_sec))
H A Dgc.c377 u = BLKS_TO_SEGS(sbi, vblocks * 100); in get_cb_cost()
H A Df2fs.h1962 #define BLKS_TO_SEGS(sbi, blks) \ macro