sofs19
0.1
FUSE based file system
|
Functions to manage file blocks. More...
#include <inttypes.h>
Go to the source code of this file.
Functions | |
uint32_t | soGetFileBlock (int ih, uint32_t fbn) |
Get the data block number corresponding to the given file block. More... | |
uint32_t | soAllocFileBlock (int ih, uint32_t fbn) |
Associate a data block to the given file block position. More... | |
void | soFreeFileBlocks (int ih, uint32_t ffbn) |
Free all file blocks from the given position on. More... | |
void | soReadFileBlock (int ih, uint32_t fbn, void *buf) |
Read a file block. More... | |
void | soWriteFileBlock (int ih, uint32_t fbn, void *buf) |
Write a file block. More... | |
Functions to manage file blocks.