Searched refs:nvs_prev_ate (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/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() 470 static int nvs_prev_ate(struct nvs_fs *fs, uint32_t *addr, struct nvs_ate *ate) in nvs_prev_ate() function 620 rc = nvs_prev_ate(fs, &gc_addr, &gc_ate); in nvs_gc() 640 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_gc() 1047 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_write() 1178 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_read_hist() 1239 rc = nvs_prev_ate(fs, &step_addr, &step_ate); in nvs_calc_free_space() 1247 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_calc_free_space()
|