Searched refs:zms_flash_rd (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/fs/zms/ |
| D | zms.c | 194 static int zms_flash_rd(struct zms_fs *fs, uint64_t addr, void *data, size_t len) in zms_flash_rd() function 240 return zms_flash_rd(fs, addr, entry, sizeof(struct zms_ate)); in zms_flash_ate_rd() 259 rc = zms_flash_rd(fs, addr, buf, bytes_to_cmp); in zms_flash_block_cmp() 314 rc = zms_flash_rd(fs, addr, buf, bytes_to_copy); in zms_flash_block_move() 1612 rc = zms_flash_rd(fs, rd_addr, data, MIN(len, wlk_ate.len)); in zms_read_hist()
|