Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/settings/src/
Dsettings_file.c123 .stor_ctx = (void *)&file, in settings_file_load_priv()
237 .stor_ctx = &rf, in settings_file_save_and_compress()
245 .stor_ctx = &wf in settings_file_save_and_compress()
402 entry_ctx.stor_ctx = &file; in settings_file_save_priv()
449 struct fs_file_t *file = entry_ctx->stor_ctx; in read_handler()
492 struct fs_file_t *file = entry_ctx->stor_ctx; in write_handler()
Dsettings_priv.h50 void *stor_ctx; member