UbixOS
2.0
|
#include <mount.h>
Data Fields | |
struct device_node * | device |
struct ubixDiskLabel * | diskLabel |
struct fileSystem * | fs |
void * | fsInfo |
char | mountPoint [1024] |
struct vfs_mountPoint * | next |
int | partition |
char | perms |
struct vfs_mountPoint * | prev |
struct device_node* vfs_mountPoint::device |
Definition at line 70 of file mount.h.
Referenced by media_read(), media_write(), open_fat(), syncBat(), ubixfs_initialize(), ubixFSmkDir(), vfs_mount(), writeFileByte(), and writeUbixFS().
struct ubixDiskLabel* vfs_mountPoint::diskLabel |
Definition at line 71 of file mount.h.
Referenced by syncBat(), ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().
struct fileSystem* vfs_mountPoint::fs |
Definition at line 69 of file mount.h.
Referenced by fgetc(), fopen(), fputc(), fread(), sysMkDir(), and vfs_mount().
void* vfs_mountPoint::fsInfo |
Definition at line 72 of file mount.h.
Referenced by freeBlocks(), getFreeBlocks(), readUbixFS(), syncBat(), ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().
char vfs_mountPoint::mountPoint[1024] |
Definition at line 74 of file mount.h.
Referenced by vfs_findMount(), and vfs_mount().
struct vfs_mountPoint* vfs_mountPoint::next |
Definition at line 68 of file mount.h.
Referenced by vfs_addMount(), and vfs_findMount().
int vfs_mountPoint::partition |
Definition at line 73 of file mount.h.
Referenced by syncBat(), ubixfs_initialize(), ubixFSmkDir(), vfs_mount(), writeFileByte(), and writeUbixFS().
char vfs_mountPoint::perms |
Definition at line 75 of file mount.h.
Referenced by vfs_mount().
struct vfs_mountPoint* vfs_mountPoint::prev |
Definition at line 67 of file mount.h.
Referenced by vfs_addMount().