Go to the documentation of this file.
   46 int vfs_mount( 
int major, 
int minor, 
int partition, 
int vfsType, 
char *mountPoint, 
char *perms ) {
 
   52     kprintf( 
"vfs_mount: failed to allocate mp\n" );
 
   66   if ( mp->
fs == 0x0 ) {
 
  
 
int vfs_mount(int major, int minor, int partition, int vfsType, char *mountPoint, char *perms)
struct vfs_mountPoint * prev
struct vfs_mountPoint * vfs_findMount(char *mountPoint)
struct vfs_mountPoint * mountPoints
struct fileSystem * vfsFindFS(int vfsType)
void kfree(void *baseAddr)
int strcmp(const char *str1, const char *str2)
struct vfs_mountPoint * next
int sprintf(char *buf, const char *fmt,...)
vitalsNode * systemVitals
struct device_node * device_find(int major, int minor)
struct device_node * device
void * kmalloc(uInt32 len)
int kprintf(const char *,...)
int vfs_addMount(struct vfs_mountPoint *mp)