Searched refs:sm_read_sector (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mtd/ |
| D | sm_ftl.c | 238 static int sm_read_sector(struct sm_ftl *ftl, in sm_read_sector() function 512 if (sm_read_sector(ftl, zone, block, boffset, NULL, &oob)) in sm_check_block() 656 if (sm_read_sector(ftl, in sm_read_cis() 682 if (sm_read_sector(ftl, 0, block, 0, NULL, &oob)) in sm_find_cis() 698 if (sm_read_sector(ftl, 0, block, boffset, NULL, &oob)) in sm_find_cis() 777 if (sm_read_sector(ftl, zone_num, block, 0, NULL, &oob)) { in sm_init_zone() 941 if (!sm_read_sector(ftl, in sm_cache_flush() 1032 if (sm_read_sector(ftl, zone_num, block, boffset, buf, NULL)) { in sm_read()
|