Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dsm_ftl.h19 struct ftl_zone { struct
29 struct ftl_zone *zones; /* FTL tables for each zone */ argument
H A Dsm_ftl.c465 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block()
752 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()
1015 struct ftl_zone *zone; in sm_read()
1061 struct ftl_zone *zone; in sm_write()
1158 ftl->zones = kzalloc_objs(struct ftl_zone, ftl->zone_count); in sm_add_mtd()