Searched refs:nvs_prev_ate (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/fs/nvs/ |
D | nvs.c | 19 static int nvs_prev_ate(struct nvs_fs *fs, uint32_t *addr, struct nvs_ate *ate); 52 rc = nvs_prev_ate(fs, &addr, &ate); in nvs_lookup_cache_rebuild() 517 static int nvs_prev_ate(struct nvs_fs *fs, uint32_t *addr, struct nvs_ate *ate) in nvs_prev_ate() function 667 rc = nvs_prev_ate(fs, &gc_addr, &gc_ate); in nvs_gc() 687 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_gc() 1106 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_write() 1240 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_read_hist() 1329 rc = nvs_prev_ate(fs, &step_addr, &step_ate); in nvs_calc_free_space() 1337 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_calc_free_space()
|