|
UbixOS
2.0
|
#include <vfs/vfs.h>#include <ufs/ufs.h>#include <ufs/ffs.h>#include <lib/kprintf.h>#include <lib/kmalloc.h>#include <ubixos/kpanic.h>#include <string.h>#include <sys/buf.h>
Go to the source code of this file.
Functions | |
| int | ffs_read (fileDescriptor_t *fd, char *data, uInt32 offset, long size) |
| int ffs_read | ( | fileDescriptor_t * | fd, |
| char * | data, | ||
| uInt32 | offset, | ||
| long | size | ||
| ) |
Definition at line 11 of file ffs.c.
References fileDescriptor::dmadat, fs::fs_maxfilesize, kprintf(), and dmadat::sbbuf.
