Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.h771 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
777 usable_blks_per_seg, in check_block_count()
782 usable_blks_per_seg, in check_block_count()
786 } while (cur_pos < usable_blks_per_seg); in check_block_count()
796 if (usable_blks_per_seg < sbi->blocks_per_seg) in check_block_count()
799 usable_blks_per_seg) != sbi->blocks_per_seg); in check_block_count()
802 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()