Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/
Dsm_ftl.h22 struct ftl_zone { struct
32 struct ftl_zone *zones; /* FTL tables for each zone */ argument
Dsm_ftl.c458 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block()
760 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_init_zone()
878 static struct ftl_zone *sm_get_zone(struct sm_ftl *ftl, int zone_num) in sm_get_zone()
880 struct ftl_zone *zone; in sm_get_zone()
930 struct ftl_zone *zone; in sm_cache_flush()
1014 struct ftl_zone *zone; in sm_read()
1060 struct ftl_zone *zone; in sm_write()
1158 ftl->zones = kzalloc(sizeof(struct ftl_zone) * ftl->zone_count, in sm_add_mtd()