lba_to_phys_table  756 drivers/mtd/sm_ftl.c 	zone->lba_to_phys_table = kmalloc_array(ftl->max_lba, 2, GFP_KERNEL);
lba_to_phys_table  758 drivers/mtd/sm_ftl.c 	if (!zone->lba_to_phys_table)
lba_to_phys_table  760 drivers/mtd/sm_ftl.c 	memset(zone->lba_to_phys_table, -1, ftl->max_lba * 2);
lba_to_phys_table  765 drivers/mtd/sm_ftl.c 		kfree(zone->lba_to_phys_table);
lba_to_phys_table  779 drivers/mtd/sm_ftl.c 			kfree(zone->lba_to_phys_table);
lba_to_phys_table  814 drivers/mtd/sm_ftl.c 		if (zone->lba_to_phys_table[lba] < 0) {
lba_to_phys_table  816 drivers/mtd/sm_ftl.c 			zone->lba_to_phys_table[lba] = block;
lba_to_phys_table  822 drivers/mtd/sm_ftl.c 			lba, zone->lba_to_phys_table[lba], block, zone_num);
lba_to_phys_table  830 drivers/mtd/sm_ftl.c 					zone->lba_to_phys_table[lba])) {
lba_to_phys_table  831 drivers/mtd/sm_ftl.c 			zone->lba_to_phys_table[lba] = block;
lba_to_phys_table  934 drivers/mtd/sm_ftl.c 	block_num = zone->lba_to_phys_table[ftl->cache_block];
lba_to_phys_table  968 drivers/mtd/sm_ftl.c 	zone->lba_to_phys_table[ftl->cache_block] = write_sector;
lba_to_phys_table 1025 drivers/mtd/sm_ftl.c 	block = zone->lba_to_phys_table[block];
lba_to_phys_table 1229 drivers/mtd/sm_ftl.c 		kfree(ftl->zones[i].lba_to_phys_table);
lba_to_phys_table   21 drivers/mtd/sm_ftl.h 	int16_t *lba_to_phys_table;		/* LBA to physical table */