Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsegment.h715 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
721 usable_blks_per_seg, in check_block_count()
726 usable_blks_per_seg, in check_block_count()
730 } while (cur_pos < usable_blks_per_seg); in check_block_count()
739 if (usable_blks_per_seg < sbi->blocks_per_seg) in check_block_count()
742 usable_blks_per_seg) != sbi->blocks_per_seg); in check_block_count()
745 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()