vfs_nodes.xml
vfs_drivers.xml
oop_sequential_stream.h
Maximum number of overlay directories.
Number of directory nodes pre-allocated in the pool.
Pointer to the controlling driver.
Node mode flags.
index = 0U;
self->overlaid_root = NULL;]]>
overlaid_drv = overlaid_drv;
self->path_prefix = path_prefix;
self->path_cwd = NULL;
self->next_driver = 0U;]]>
Registers a VFS driver as an overlay.
The operation result.
next_driver >= DRV_CFG_OVERLAY_DRV_MAX) {
ret = CH_RET_ENOMEM;
}
else {
self->names[self->next_driver] = name;
self->drivers[self->next_driver] = vdp;
self->next_driver++;
ret = CH_RET_SUCCESS;
}
return ret;]]>
Structure representing the global state of @p
vfs_overlay_driver_c.
Pool of directory nodes.
Static storage of directory nodes.
Module initialization.
vfs.h
Global state of @p vfs_overlay_driver_c