|
CX Framework
Cross-platform C utility framework
|
VFS object definitions. More...
#include <cx/obj.h>#include <cx/struct.h>#include <cx/thread/atomic.h>#include <cx/thread/rwlock.h>Go to the source code of this file.
Data Structures | |
| struct | VFSDirCache |
| Directory cache accounting. See vfsSetCacheLimits(). More... | |
| struct | VFS |
| VFS Object. More... | |
Macros | |
| #define | vfsCreate(flags) VFS_create(flags) |
| #define | vfsCreateFromFS() VFS_createFromFS() |
Typedefs | |
| typedef struct VFS | VFS |
| VFS Object. | |
| typedef struct VFSDirCache | VFSDirCache |
| Directory cache accounting. See vfsSetCacheLimits(). | |
VFS object definitions.
Definition in file vfsobj.h.