Home
last modified time | relevance | path

Searched defs:sm_ftl (Results 1 – 1 of 1) sorted by relevance

/drivers/mtd/
Dsm_ftl.h28 struct sm_ftl { struct
29 struct mtd_blktrans_dev *trans;
31 struct mutex mutex; /* protects the structure */
32 struct ftl_zone *zones; /* FTL tables for each zone */
35 int block_size; /* block size in bytes */
36 int zone_size; /* zone size in blocks */
37 int zone_count; /* number of zones */
38 int max_lba; /* maximum lba in a zone */
39 int smallpagenand; /* 256 bytes/page nand */
40 bool readonly; /* is FS readonly */
[all …]