UbixOS  2.0
vfs_mountPoint Struct Reference

#include <mount.h>

Collaboration diagram for vfs_mountPoint:
Collaboration graph

Data Fields

struct device_nodedevice
 
struct ubixDiskLabeldiskLabel
 
struct fileSystemfs
 
void * fsInfo
 
char mountPoint [1024]
 
struct vfs_mountPointnext
 
int partition
 
char perms
 
struct vfs_mountPointprev
 

Detailed Description

Definition at line 66 of file mount.h.

Field Documentation

◆ device

struct device_node* vfs_mountPoint::device

◆ diskLabel

struct ubixDiskLabel* vfs_mountPoint::diskLabel

Definition at line 71 of file mount.h.

Referenced by syncBat(), ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().

◆ fs

struct fileSystem* vfs_mountPoint::fs

Definition at line 69 of file mount.h.

Referenced by fgetc(), fopen(), fputc(), fread(), sysMkDir(), and vfs_mount().

◆ fsInfo

void* vfs_mountPoint::fsInfo

◆ mountPoint

char vfs_mountPoint::mountPoint[1024]

Definition at line 74 of file mount.h.

Referenced by vfs_findMount(), and vfs_mount().

◆ next

struct vfs_mountPoint* vfs_mountPoint::next

Definition at line 68 of file mount.h.

Referenced by vfs_addMount(), and vfs_findMount().

◆ partition

int vfs_mountPoint::partition

Definition at line 73 of file mount.h.

Referenced by syncBat(), ubixfs_initialize(), ubixFSmkDir(), vfs_mount(), writeFileByte(), and writeUbixFS().

◆ perms

char vfs_mountPoint::perms

Definition at line 75 of file mount.h.

Referenced by vfs_mount().

◆ prev

struct vfs_mountPoint* vfs_mountPoint::prev

Definition at line 67 of file mount.h.

Referenced by vfs_addMount().


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