1 /* Prototypes for functions defined in
5 void InitAllocation (struct volumedata
* , globaldata
* );
7 BOOL
AllocateBlocks (ULONG
, ULONG
, globaldata
* );
8 BOOL
AllocateBlocksAC (struct anodechain
*achain
, ULONG size
, struct fileinfo
*ref
, globaldata
*g
);
9 VOID
FreeBlocksAC (struct anodechain
*achain
, ULONG size
, enum freeblocktype freetype
, globaldata
*g
);
10 void UpdateFreeList(globaldata
* );
12 ULONG
AllocReservedBlock(globaldata
* );
13 ULONG
AllocReservedBlockSave(globaldata
* );
14 void FreeReservedBlock(ULONG
, globaldata
* );
16 cindexblock_t
* GetBitmapIndex(UWORD
, globaldata
* );
17 struct cbitmapblock
* NewBitmapBlock(UWORD
, globaldata
* );
18 struct cbitmapblock
*GetBitmapBlock (UWORD seqnr
, globaldata
*g
);