Go to the documentation of this file.
51 tmpDir->
next = dirList;
53 dirList->
prev = tmpDir;
74 for (i=0;(tmp[i].attributes != 0x0) && (i < entries);i++);
86 kprintf(
"Error Creating Directory\n");
struct directoryList * next
struct directoryList * dirList_t
void kfree(void *baseAddr)
int strcmp(const char *str1, const char *str2)
struct directoryList * prev
struct ubixDiskLabel::ubixPartitions partitions[16]
struct ubixDiskLabel * diskLabel
int writeUbixFS(fileDescriptor_t *fd, char *data, long offset, long size)
int ubixFSmkDir(char *directory, fileDescriptor_t *fd)
void * memcpy(const void *dst, const void *src, size_t length)
struct vfs_mountPoint * mp
int sprintf(char *buf, const char *fmt,...)
int readUbixFS(fileDescriptor_t *fd, char *data, uInt32 offset, long size)
#define UBIXFS_BLOCKSIZE_BYTES
int getFreeBlocks(int count, fileDescriptor_t *fd)
int(* write)(void *, void *, uInt32, uInt32)
dirList_t ubixFSLoadDir(char *data)
int addDirEntry(struct directoryEntry *dir, fileDescriptor_t *fd)
struct device_node * device
void * kmalloc(uInt32 len)
struct blockAllocationTableEntry * blockAllocationTable
struct device_interface * devInfo
int kprintf(const char *,...)