|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Immutable policy copied or retained by an adapter instance. More...
#include <mdl_storage_vfs.h>
Data Fields | |
| const char * | stage_leaf |
| Reserved sibling staging leaf. | |
| mdl_storage_vfs_validate_fn | validate |
| Optional artifact validator. | |
| void * | validate_ctx |
| Validator context. | |
Immutable policy copied or retained by an adapter instance.
stage_leaf is a caller-reserved simple filename such as MDLSTAGE.TMP. The adapter owns that name in the destination directory: begin may remove a stale regular file with that exact name after a prior interrupted transaction. It never removes a directory at that path.
Definition at line 89 of file mdl_storage_vfs.h.
| const char* mdl_storage_vfs_config_t::stage_leaf |
Reserved sibling staging leaf.
Definition at line 90 of file mdl_storage_vfs.h.
Referenced by mdl_storage_vfs_init().
| mdl_storage_vfs_validate_fn mdl_storage_vfs_config_t::validate |
Optional artifact validator.
Definition at line 91 of file mdl_storage_vfs.h.
Referenced by mdl_storage_vfs_init().
| void* mdl_storage_vfs_config_t::validate_ctx |
Validator context.
Definition at line 92 of file mdl_storage_vfs.h.
Referenced by mdl_storage_vfs_init().