Searched refs:sm_erase_block (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mtd/ |
| D | sm_ftl.h | 83 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
|
| D | sm_ftl.c | 417 if (sm_erase_block(ftl, zone, block, 0)) in sm_write_block() 459 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() function 527 sm_erase_block(ftl, zone, block, 1); in sm_check_block() 840 sm_erase_block(ftl, zone_num, block, 1); in sm_init_zone() 972 sm_erase_block(ftl, zone_num, block_num, 1); in sm_cache_flush()
|