Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h735 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
741 usable_blks_per_seg, in check_block_count()
746 usable_blks_per_seg, in check_block_count()
750 } while (cur_pos < usable_blks_per_seg); in check_block_count()
760 if (usable_blks_per_seg < sbi->blocks_per_seg) in check_block_count()
763 usable_blks_per_seg) != sbi->blocks_per_seg); in check_block_count()
766 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()