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