Searched defs:ftl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/mtd/ |
D | sm_ftl.c | 57 static struct attribute_group *sm_create_sysfs_attributes(struct sm_ftl *ftl) in sm_create_sysfs_attributes() 107 static void sm_delete_sysfs_attributes(struct sm_ftl *ftl) in sm_delete_sysfs_attributes() 195 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() 209 static void sm_break_offset(struct sm_ftl *ftl, loff_t loffset, in sm_break_offset() 237 static int sm_read_sector(struct sm_ftl *ftl, in sm_read_sector() 319 static int sm_write_sector(struct sm_ftl *ftl, in sm_write_sector() 366 static int sm_write_block(struct sm_ftl *ftl, uint8_t *buf, in sm_write_block() 429 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) in sm_mark_block_bad() 456 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() 493 static int sm_check_block(struct sm_ftl *ftl, int zone, int block) in sm_check_block() [all …]
|
/Linux-v4.19/drivers/mtd/parsers/ |
D | sharpslpart.c | 166 static int sharpsl_nand_init_ftl(struct mtd_info *mtd, struct sharpsl_ftl *ftl) in sharpsl_nand_init_ftl() 222 static void sharpsl_nand_cleanup_ftl(struct sharpsl_ftl *ftl) in sharpsl_nand_cleanup_ftl() 231 struct sharpsl_ftl *ftl) in sharpsl_nand_read_laddr() 293 struct sharpsl_ftl *ftl) in sharpsl_nand_read_partinfo() 329 struct sharpsl_ftl ftl; in sharpsl_parse_mtd_partitions() local
|