Searched refs:used_blocks_bitmap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | ms_block.c | 158 if (msb->block_count - bitmap_weight(msb->used_blocks_bitmap, in msb_validate_used_block_bitmap() 172 if (test_bit(pba, msb->used_blocks_bitmap)) { in msb_mark_block_used() 183 __set_bit(pba, msb->used_blocks_bitmap); in msb_mark_block_used() 192 if (!test_bit(pba, msb->used_blocks_bitmap)) { in msb_mark_block_unused() 202 __clear_bit(pba, msb->used_blocks_bitmap); in msb_mark_block_unused() 1093 pba = find_next_zero_bit(msb->used_blocks_bitmap, in msb_get_free_block() 1096 pba = find_next_zero_bit(msb->used_blocks_bitmap, in msb_get_free_block() 1314 if (test_bit(bad_block, msb->used_blocks_bitmap)) { in msb_read_bad_block_table() 1338 msb->used_blocks_bitmap = bitmap_zalloc(msb->block_count, GFP_KERNEL); in msb_ftl_initialize() 1344 if (!msb->used_blocks_bitmap || !ms in msb_ftl_initialize() [all...] |
H A D | ms_block.h | 178 unsigned long *used_blocks_bitmap; member
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A D | ms_block.c | 158 if (msb->block_count - bitmap_weight(msb->used_blocks_bitmap, in msb_validate_used_block_bitmap() 172 if (test_bit(pba, msb->used_blocks_bitmap)) { in msb_mark_block_used() 183 __set_bit(pba, msb->used_blocks_bitmap); in msb_mark_block_used() 192 if (!test_bit(pba, msb->used_blocks_bitmap)) { in msb_mark_block_unused() 202 __clear_bit(pba, msb->used_blocks_bitmap); in msb_mark_block_unused() 1099 pba = find_next_zero_bit(msb->used_blocks_bitmap, in msb_get_free_block() 1102 pba = find_next_zero_bit(msb->used_blocks_bitmap, in msb_get_free_block() 1320 if (test_bit(bad_block, msb->used_blocks_bitmap)) { in msb_read_bad_block_table() 1344 msb->used_blocks_bitmap = bitmap_zalloc(msb->block_count, GFP_KERNEL); in msb_ftl_initialize() 1350 if (!msb->used_blocks_bitmap || !ms in msb_ftl_initialize() [all...] |
H A D | ms_block.h | 177 unsigned long *used_blocks_bitmap; member
|
Completed in 6 milliseconds