CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
VFS Struct Reference

VFS Object. More...

#include <vfsobj.h>

Data Fields

VFSDir * root
 Root for namespaceless paths.
 
hashtable namespaces
 Hashtable of string/VFSDir.
 
string curdir
 Current working directory of the VFS.
 
uint32 mountgen
 
VFSDirCache dcache
 directory cache size accounting
 

Detailed Description

VFS Object.

Definition at line 51 of file vfsobj.h.

Field Documentation

◆ mountgen

uint32 VFS::mountgen

Bumped whenever a mount is added or removed. A lookup that dropped the locks to call a provider compares this before caching what it learned, so it never records a result for a directory tree that changed underneath it.

Definition at line 78 of file vfsobj.h.


The documentation for this struct was generated from the following file: