Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/
Dsm_ftl.h25 struct sm_ftl { struct
26 struct mtd_blktrans_dev *trans;
28 struct mutex mutex; /* protects the structure */
29 struct ftl_zone *zones; /* FTL tables for each zone */
32 int block_size; /* block size in bytes */
33 int zone_size; /* zone size in blocks */
34 int zone_count; /* number of zones */
35 int max_lba; /* maximum lba in a zone */
36 int smallpagenand; /* 256 bytes/page nand */
37 bool readonly; /* is FS readonly */
[all …]