Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h369 se->valid_blocks = GET_SIT_VBLOCKS(rs); in seg_info_from_raw_sit()
370 se->ckpt_valid_blocks = GET_SIT_VBLOCKS(rs); in seg_info_from_raw_sit()
791 if (unlikely(GET_SIT_VBLOCKS(raw_sit) != valid_blocks)) { in check_block_count()
793 GET_SIT_VBLOCKS(raw_sit), valid_blocks); in check_block_count()
805 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()
808 GET_SIT_VBLOCKS(raw_sit), segno); in check_block_count()
/openbmc/linux/include/linux/
H A Df2fs_fs.h398 #define GET_SIT_VBLOCKS(raw_sit) \ macro