Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.h661 unsigned int total_free_blocks = 0; in has_enough_free_blks() local
667 total_free_blocks = avail_user_block_count - (unsigned int)valid_user_blocks(sbi); in has_enough_free_blks()
671 return total_free_blocks > 0; in has_enough_free_blks()
/linux-6.15/drivers/memstick/core/
H A Dms_block.c149 int total_free_blocks = 0; in msb_validate_used_block_bitmap() local
156 total_free_blocks += msb->free_block_count[i]; in msb_validate_used_block_bitmap()
159 msb->block_count) == total_free_blocks) in msb_validate_used_block_bitmap()