Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h751 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
757 usable_blks_per_seg, in check_block_count()
762 usable_blks_per_seg, in check_block_count()
766 } while (cur_pos < usable_blks_per_seg); in check_block_count()
775 if (usable_blks_per_seg < sbi->blocks_per_seg) in check_block_count()
778 usable_blks_per_seg) != sbi->blocks_per_seg); in check_block_count()
781 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h770 unsigned int usable_blks_per_seg = f2fs_usable_blks_in_seg(sbi, segno); in check_block_count() local
776 usable_blks_per_seg, in check_block_count()
781 usable_blks_per_seg, in check_block_count()
785 } while (cur_pos < usable_blks_per_seg); in check_block_count()
795 if (usable_blks_per_seg < sbi->blocks_per_seg) in check_block_count()
798 usable_blks_per_seg) != sbi->blocks_per_seg); in check_block_count()
801 if (unlikely(GET_SIT_VBLOCKS(raw_sit) > usable_blks_per_seg in check_block_count()

Completed in 5 milliseconds