|
UbixOS V2
2.0
|
filesSystem Structure More...
#include <vfs.h>

Data Fields | |
| struct fileSystem * | next |
| struct fileSystem * | prev |
| int(* | vfsInitFS )(void *) |
| int(* | vfsMakeDir )(char *, void *) |
| int(* | vfsOpenFile )(void *, void *) |
| int(* | vfsRead )(void *, char *, long, long) |
| int(* | vfsRemDir )(char *) |
| int(* | vfsSync )(void) |
| int | vfsType |
| int(* | vfsUnlink )(char *, void *) |
| int(* | vfsWrite )(void *, char *, long, long) |
filesSystem Structure
not sure if we should allow function to point to NULL
| struct fileSystem* fileSystem::next |
Definition at line 61 of file vfs.h.
Referenced by vfsFindFS().
| struct fileSystem* fileSystem::prev |
| int(* fileSystem::vfsInitFS) (void *) |
| int(* fileSystem::vfsMakeDir) (char *, void *) |
| int(* fileSystem::vfsOpenFile) (void *, void *) |
| int(* fileSystem::vfsRead) (void *, char *, long, long) |
| int(* fileSystem::vfsRemDir) (char *) |
| int fileSystem::vfsType |
| int(* fileSystem::vfsUnlink) (char *, void *) |
| int(* fileSystem::vfsWrite) (void *, char *, long, long) |