14 #ifndef __SOFS19_FREELISTS_GROUP__
15 #define __SOFS19_FREELISTS_GROUP__
21 uint32_t grpAllocInode(uint32_t type, uint32_t perm);
23 void grpFreeInode(uint32_t in);
25 uint32_t grpAllocDataBlock();
27 void grpReplenishHeadCache();
29 void grpFreeDataBlock(uint32_t cn);
31 void grpDepleteTailCache();