#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 <lib/string.h>
#include <sys/buf.h>
Go to the source code of this file.
Functions | |
| int | ffs_read (fileDescriptor *fd, char *data, uInt32 offset, long size) | 
| int ffs_read | ( | fileDescriptor * | fd, | |
| char * | data, | |||
| uInt32 | offset, | |||
| long | size | |||
| ) | 
 1.4.7