sofs19
0.1
FUSE based file system
|
Functions to manage the list of free inodes and the list of free data blocks. More...
#include <inttypes.h>
Go to the source code of this file.
Functions | |
uint32_t | soAllocInode (uint32_t type, uint32_t perm) |
Allocate a free inode. More... | |
void | soFreeInode (uint32_t in) |
Free the referenced inode. More... | |
uint32_t | soAllocDataBlock () |
Allocate a free data block. More... | |
void | soFreeDataBlock (uint32_t bn) |
Free the referenced data block. More... | |
void | soReplenishHeadCache () |
Replenish the head cache. More... | |
void | soDepleteTailCache () |
Deplete the tail cache. More... | |
Functions to manage the list of free inodes and the list of free data blocks.