Searched refs:zms_prev_ate (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/fs/zms/ |
| D | zms.c | 19 static int zms_prev_ate(struct zms_fs *fs, uint64_t *addr, struct zms_ate *ate); 60 rc = zms_prev_ate(fs, &addr, &ate); in zms_lookup_cache_rebuild() 633 static int zms_prev_ate(struct zms_fs *fs, uint64_t *addr, struct zms_ate *ate) in zms_prev_ate() function 844 rc = zms_prev_ate(fs, &wlk_addr, &wlk_ate); in zms_find_ate_with_id() 945 rc = zms_prev_ate(fs, &gc_addr, &gc_ate); in zms_gc() 1694 rc = zms_prev_ate(fs, &step_addr, &step_ate); in zms_calc_free_space()
|