Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h774 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
780 usable_blks_per_seg, in check_block_count()
785 usable_blks_per_seg, in check_block_count()
789 } while (cur_pos < usable_blks_per_seg); in check_block_count()
799 if (usable_blks_per_seg < BLKS_PER_SEG(sbi)) in check_block_count()
802 usable_blks_per_seg) != BLKS_PER_SEG(sbi)); in check_block_count()
805 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()