A mounted file system.
More...
A mounted file system.
Definition at line 385 of file vfs.h.
#include <vfs.h>
◆ fs
The file system driver for the mount point.
Definition at line 387 of file vfs.h.
◆ list_entry
List entry for the _vfs_mount_list list.
Definition at line 386 of file vfs.h.
◆ mount_point
const char* vfs_mount_struct::mount_point |
Mount point, e.g.
"/mnt/cdrom"
Definition at line 388 of file vfs.h.
◆ mount_point_len
size_t vfs_mount_struct::mount_point_len |
Length of mount_point string (set by vfs_mount)
Definition at line 389 of file vfs.h.
◆ open_files
uint16_t vfs_mount_struct::open_files |
Number of currently open files and directories.
Definition at line 390 of file vfs.h.
◆ private_data
void* vfs_mount_struct::private_data |
File system driver private data, implementation defined.
Definition at line 391 of file vfs.h.
The documentation for this struct was generated from the following file: