20 #ifndef __SOFS19_FREELISTS_BIN__
21 #define __SOFS19_FREELISTS_BIN__
27 uint32_t binAllocInode(uint32_t type, uint32_t perm);
29 void binFreeInode(uint32_t in);
31 uint32_t binAllocDataBlock();
33 void binReplenishHeadCache();
35 void binFreeDataBlock(uint32_t bn);
37 void binDepleteTailCache();