Skip to content

Struct SYN_VfsMount

ClassList > 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

void* SYN_VfsMount::fs_data;

Filesystem instance pointer (e.g. lfs_t *)


variable ops

const SYN_VfsOps* SYN_VfsMount::ops;

Filesystem operations for this mount


variable prefix

const char* SYN_VfsMount::prefix;

Mount path prefix (e.g. "/flash")


variable prefix_len

size_t SYN_VfsMount::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