Searched refs:rmmap (Results 1 – 1 of 1) sorted by relevance
17 unsigned long *rmmap; /* removed bit map */ member146 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 = devm_kcalloc(&mtd->dev, longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()426 if (!cxt->rmmap || !cxt->usedmap || !cxt->badmap) in mtdpstore_notify_add()