sofs19
0.1
FUSE based file system
|
Access to disk blocks at raw level. More...
#include <inttypes.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | soOpenRawDisk (const char *devname, uint32_t *np=NULL) |
Open the storage device. More... | |
void | soCloseRawDisk (void) |
Close the storage device. More... | |
void | soReadRawBlock (uint32_t n, void *buf) |
Read a block of data from the storage device. More... | |
void | soWriteRawBlock (uint32_t n, void *buf) |
Write a block of data from the storage device. More... | |
Access to disk blocks at raw level.