bam_cache 127 drivers/mtd/ftl.c uint32_t *bam_cache; bam_cache 273 drivers/mtd/ftl.c part->bam_cache = kmalloc_array(part->BlocksPerUnit, sizeof(uint32_t), bam_cache 275 drivers/mtd/ftl.c if (!part->bam_cache) bam_cache 288 drivers/mtd/ftl.c (unsigned char *)part->bam_cache); bam_cache 294 drivers/mtd/ftl.c if (BLOCK_FREE(le32_to_cpu(part->bam_cache[j]))) { bam_cache 297 drivers/mtd/ftl.c } else if ((BLOCK_TYPE(le32_to_cpu(part->bam_cache[j])) == BLOCK_DATA) && bam_cache 298 drivers/mtd/ftl.c (BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j])) < blocks)) bam_cache 299 drivers/mtd/ftl.c part->VirtualBlockMap[BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j]))] = bam_cache 301 drivers/mtd/ftl.c else if (BLOCK_DELETED(le32_to_cpu(part->bam_cache[j]))) bam_cache 310 drivers/mtd/ftl.c kfree(part->bam_cache); bam_cache 454 drivers/mtd/ftl.c (u_char *)(part->bam_cache)); bam_cache 484 drivers/mtd/ftl.c switch (BLOCK_TYPE(le32_to_cpu(part->bam_cache[i]))) { bam_cache 508 drivers/mtd/ftl.c part->bam_cache[i] = cpu_to_le32(0xffffffff); bam_cache 521 drivers/mtd/ftl.c (u_char *)part->bam_cache); bam_cache 715 drivers/mtd/ftl.c (u_char *)(part->bam_cache)); bam_cache 726 drivers/mtd/ftl.c if (BLOCK_FREE(le32_to_cpu(part->bam_cache[blk]))) break; bam_cache 837 drivers/mtd/ftl.c if (le32_to_cpu(part->bam_cache[blk]) != old_addr) { bam_cache 844 drivers/mtd/ftl.c le32_to_cpu(part->bam_cache[blk]), old_addr); bam_cache 849 drivers/mtd/ftl.c part->bam_cache[blk] = le_virt_addr; bam_cache 1002 drivers/mtd/ftl.c kfree(part->bam_cache); bam_cache 1003 drivers/mtd/ftl.c part->bam_cache = NULL;