Symbol: sm_ftl
drivers/mtd/sm_ftl.c
1001
struct sm_ftl *ftl = container_of(work, struct sm_ftl, flush_work);
drivers/mtd/sm_ftl.c
1014
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
102
static void sm_delete_sysfs_attributes(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
1060
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
1098
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
1110
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
1122
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
1133
struct sm_ftl *ftl;
drivers/mtd/sm_ftl.c
1136
ftl = kzalloc_obj(struct sm_ftl);
drivers/mtd/sm_ftl.c
1229
struct sm_ftl *ftl = dev->priv;
drivers/mtd/sm_ftl.c
190
static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset)
drivers/mtd/sm_ftl.c
204
static void sm_break_offset(struct sm_ftl *ftl, loff_t loffset,
drivers/mtd/sm_ftl.c
235
static int sm_read_sector(struct sm_ftl *ftl,
drivers/mtd/sm_ftl.c
320
static int sm_write_sector(struct sm_ftl *ftl,
drivers/mtd/sm_ftl.c
367
static int sm_write_block(struct sm_ftl *ftl, uint8_t *buf,
drivers/mtd/sm_ftl.c
434
static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block)
drivers/mtd/sm_ftl.c
462
static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
drivers/mtd/sm_ftl.c
499
static int sm_check_block(struct sm_ftl *ftl, int zone, int block)
drivers/mtd/sm_ftl.c
53
static struct attribute_group *sm_create_sysfs_attributes(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
562
static int sm_get_media_info(struct sm_ftl *ftl, struct mtd_info *mtd)
drivers/mtd/sm_ftl.c
658
static int sm_read_cis(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
678
static int sm_find_cis(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
736
static int sm_recheck_media(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
750
static int sm_init_zone(struct sm_ftl *ftl, int zone_num)
drivers/mtd/sm_ftl.c
878
static struct ftl_zone *sm_get_zone(struct sm_ftl *ftl, int zone_num)
drivers/mtd/sm_ftl.c
899
static void sm_cache_init(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
909
static void sm_cache_put(struct sm_ftl *ftl, char *buffer, int boffset)
drivers/mtd/sm_ftl.c
917
static int sm_cache_get(struct sm_ftl *ftl, char *buffer, int boffset)
drivers/mtd/sm_ftl.c
928
static int sm_cache_flush(struct sm_ftl *ftl)
drivers/mtd/sm_ftl.c
994
struct sm_ftl *ftl = timer_container_of(ftl, t, timer);
drivers/mtd/sm_ftl.h
83
static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
drivers/mtd/sm_ftl.h
85
static void sm_mark_block_bad(struct sm_ftl *ftl, int zone_num, int block);
drivers/mtd/sm_ftl.h
87
static int sm_recheck_media(struct sm_ftl *ftl);