UbixOS  2.0
ubixfs.c File Reference
#include <ubixfs/ubixfs.h>
#include <ubixfs/dirCache.h>
#include <vfs/vfs.h>
#include <ubixos/sched.h>
#include <ubixos/kpanic.h>
#include <ubixos/exec.h>
#include <lib/kmalloc.h>
#include <string.h>
#include <lib/kprintf.h>
#include <assert.h>
Include dependency graph for ubixfs.c:

Go to the source code of this file.

Functions

int readUbixFS (fileDescriptor_t *fd, char *data, uInt32 offset, long size)
 
int ubixfs_init ()
 
int ubixfs_initialize (struct vfs_mountPoint *mp)
 
void ubixFSUnlink (char *path, struct vfs_mountPoint *mp)
 
int writeFileByte (int ch, fileDescriptor_t *fd, long offset)
 
int writeUbixFS (fileDescriptor_t *fd, char *data, long offset, long size)
 

Function Documentation

◆ readUbixFS()

int readUbixFS ( fileDescriptor_t fd,
char *  data,
uInt32  offset,
long  size 
)

◆ ubixfs_init()

int ubixfs_init ( )

Definition at line 450 of file ubixfs.c.

References NULL, readUbixFS(), ubixfs_initialize(), and writeUbixFS().

Here is the call graph for this function:

◆ ubixfs_initialize()

◆ ubixFSUnlink()

void ubixFSUnlink ( char *  path,
struct vfs_mountPoint mp 
)

Definition at line 306 of file ubixfs.c.

◆ writeFileByte()

◆ writeUbixFS()