Searched refs:sm_erase_block (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | sm_ftl.h | 83 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
|
H A D | sm_ftl.c | 418 if (sm_erase_block(ftl, zone, block, 0)) in sm_write_block() 460 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() function 528 sm_erase_block(ftl, zone, block, 1); in sm_check_block() 841 sm_erase_block(ftl, zone_num, block, 1); in sm_init_zone() 973 sm_erase_block(ftl, zone_num, block_num, 1); in sm_cache_flush()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | sm_ftl.h | 83 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
|
H A D | sm_ftl.c | 421 if (sm_erase_block(ftl, zone, block, 0)) in sm_write_block() 464 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() function 533 sm_erase_block(ftl, zone, block, 1); in sm_check_block() 852 sm_erase_block(ftl, zone_num, block, 1); in sm_init_zone() 986 sm_erase_block(ftl, zone_num, block_num, 1); in sm_cache_flush()
|
Completed in 4 milliseconds