Searched refs:zms_find_ate_with_id (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/fs/zms/ |
D | zms.c | 829 static int zms_find_ate_with_id(struct zms_fs *fs, uint32_t id, uint64_t start_addr, in zms_find_ate_with_id() function 969 rc = zms_find_ate_with_id(fs, gc_ate.id, wlk_addr, fs->ate_wra, &wlk_ate, in zms_gc() 1434 int prev_found = zms_find_ate_with_id(fs, id, wlk_addr, fs->ate_wra, &wlk_ate, &rd_addr); in zms_write() 1574 prev_found = zms_find_ate_with_id(fs, id, wlk_addr, fs->ate_wra, &wlk_ate, in zms_read_hist() 1717 prev_found = zms_find_ate_with_id(fs, step_ate.id, wlk_addr, step_addr, &wlk_ate, in zms_calc_free_space()
|