Searched refs:usable_blks_per_seg (Results 1 – 1 of 1) sorted by relevance
853 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local859 usable_blks_per_seg, in check_block_count()864 usable_blks_per_seg, in check_block_count()868 } while (cur_pos < usable_blks_per_seg); in check_block_count()878 if (usable_blks_per_seg < BLKS_PER_SEG(sbi)) in check_block_count()881 usable_blks_per_seg) != BLKS_PER_SEG(sbi)); in check_block_count()884 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()
Completed in 6 milliseconds