Home
last modified time | relevance | path

Searched refs:wlk_ate (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/nvs/
Dnvs.c630 struct nvs_ate close_ate, gc_ate, wlk_ate; in nvs_gc() local
687 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_gc()
696 if ((wlk_ate.id == gc_ate.id) && in nvs_gc()
697 (nvs_ate_valid(fs, &wlk_ate))) { in nvs_gc()
1068 struct nvs_ate wlk_ate; in nvs_write() local
1106 rc = nvs_prev_ate(fs, &wlk_addr, &wlk_ate); in nvs_write()
1110 if ((wlk_ate.id == id) && (nvs_ate_valid(fs, &wlk_ate))) { in nvs_write()
1126 rd_addr += wlk_ate.offset; in nvs_write()
1130 if (wlk_ate.len == 0U) { in nvs_write()
1136 } else if (len + NVS_DATA_CRC_SIZE == wlk_ate.len) { in nvs_write()
[all …]
/Zephyr-latest/subsys/fs/zms/
Dzms.c836 struct zms_ate wlk_ate; in zms_find_ate_with_id() local
843 rc = zms_prev_ate(fs, &wlk_addr, &wlk_ate); in zms_find_ate_with_id()
847 if (wlk_ate.id == id) { in zms_find_ate_with_id()
856 if (zms_ate_valid_different_sector(fs, &wlk_ate, current_cycle)) { in zms_find_ate_with_id()
864 *ate = wlk_ate; in zms_find_ate_with_id()
880 struct zms_ate wlk_ate; in zms_gc() local
968 rc = zms_find_ate_with_id(fs, gc_ate.id, wlk_addr, fs->ate_wra, &wlk_ate, in zms_gc()
1431 struct zms_ate wlk_ate; in zms_write() local
1432 int prev_found = zms_find_ate_with_id(fs, id, wlk_addr, fs->ate_wra, &wlk_ate, &rd_addr); in zms_write()
1441 rd_addr += wlk_ate.offset; in zms_write()
[all …]