Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/
Dsm_ftl.h19 struct ftl_zone { struct
29 struct ftl_zone *zones; /* FTL tables for each zone */ argument
Dsm_ftl.c467 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block()
754 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_init_zone()
880 static struct ftl_zone *sm_get_zone(struct sm_ftl *ftl, int zone_num) in sm_get_zone()
882 struct ftl_zone *zone; in sm_get_zone()
932 struct ftl_zone *zone; in sm_cache_flush()
1017 struct ftl_zone *zone; in sm_read()
1063 struct ftl_zone *zone; in sm_write()
1160 ftl->zones = kcalloc(ftl->zone_count, sizeof(struct ftl_zone), in sm_add_mtd()