Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/settings/src/
Dsettings_file.c128 .stor_ctx = (void *)&file, in settings_file_load_priv()
242 .stor_ctx = &rf, in settings_file_save_and_compress()
250 .stor_ctx = &wf in settings_file_save_and_compress()
407 entry_ctx.stor_ctx = &file; in settings_file_save_priv()
454 struct fs_file_t *file = entry_ctx->stor_ctx; in read_handler()
497 struct fs_file_t *file = entry_ctx->stor_ctx; in write_handler()
Dsettings_priv.h64 void *stor_ctx; member