Lines Matching refs:lba_to_phys_table
764 zone->lba_to_phys_table = kmalloc_array(ftl->max_lba, 2, GFP_KERNEL); in sm_init_zone()
766 if (!zone->lba_to_phys_table) in sm_init_zone()
768 memset(zone->lba_to_phys_table, -1, ftl->max_lba * 2); in sm_init_zone()
773 kfree(zone->lba_to_phys_table); in sm_init_zone()
787 kfree(zone->lba_to_phys_table); in sm_init_zone()
826 if (zone->lba_to_phys_table[lba] < 0) { in sm_init_zone()
828 zone->lba_to_phys_table[lba] = block; in sm_init_zone()
834 lba, zone->lba_to_phys_table[lba], block, zone_num); in sm_init_zone()
842 zone->lba_to_phys_table[lba])) { in sm_init_zone()
843 zone->lba_to_phys_table[lba] = block; in sm_init_zone()
947 block_num = zone->lba_to_phys_table[ftl->cache_block]; in sm_cache_flush()
982 zone->lba_to_phys_table[ftl->cache_block] = write_sector; in sm_cache_flush()
1039 block = zone->lba_to_phys_table[block]; in sm_read()
1243 kfree(ftl->zones[i].lba_to_phys_table); in sm_remove_dev()