Struct SYN_VfsMount¶
Mount point binding a path prefix to a filesystem.
#include <syn_vfs.h>
Public Attributes¶
| Type | Name |
|---|---|
| void * | fs_data |
| const SYN_VfsOps * | ops |
| const char * | prefix |
| size_t | prefix_len |
Public Attributes Documentation¶
variable fs_data¶
Filesystem instance pointer (e.g. lfs_t *)
variable ops¶
Filesystem operations for this mount
variable prefix¶
Mount path prefix (e.g. "/flash")
variable prefix_len¶
Cached strlen(prefix) for fast matching
The documentation for this class was generated from the following file src/syntropic/storage/syn_vfs.h