sofs19
0.1
FUSE based file system
|
Go to the documentation of this file.
11 #ifndef __SOFS19_FREELISTS__
12 #define __SOFS19_FREELISTS__
void soFreeInode(uint32_t in)
Free the referenced inode.
uint32_t soAllocInode(uint32_t type, uint32_t perm)
Allocate a free inode.
void soReplenishHeadCache()
Replenish the head cache.
uint32_t soAllocDataBlock()
Allocate a free data block.
void soDepleteTailCache()
Deplete the tail cache.
void soFreeDataBlock(uint32_t bn)
Free the referenced data block.