A mounted file system. More...
#include <vfs.h>
Data Fields | |
| clist_node_t | list_entry | 
| List entry for the _vfs_mount_list list.  | |
| const vfs_file_system_t * | fs | 
| The file system driver for the mount point.  | |
| const char * | mount_point | 
| Mount point, e.g.  More... | |
| size_t | mount_point_len | 
| Length of mount_point string (set by vfs_mount)  | |
| uint16_t | open_files | 
| Number of currently open files and directories.  | |
| void * | private_data | 
| File system driver private data, implementation defined.  | |
| const char* vfs_mount_struct::mount_point |