Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/memstick/core/
Dms_block.c153 int total_free_blocks = 0; in msb_validate_used_block_bitmap() local
160 total_free_blocks += msb->free_block_count[i]; in msb_validate_used_block_bitmap()
163 msb->block_count) == total_free_blocks) in msb_validate_used_block_bitmap()