Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/
Dmtdpstore.c17 unsigned long *rmmap; /* removed bit map */ member
146 set_bit(zonenum, cxt->rmmap); in mtdpstore_mark_removed()
159 clear_bit(zonenum, cxt->rmmap); in mtdpstore_block_clear_removed()
175 if (test_bit(zonenum, cxt->rmmap)) in mtdpstore_block_is_removed()
420 cxt->rmmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()
532 kfree(cxt->rmmap); in mtdpstore_notify_remove()