CountFreeBlocks
off_t CountFreeBlocks() const;
info->free_blocks = volume->CountFreeBlocks();
uint32 CountFreeBlocks() const
return fSuperBlock->CountFreeBlocks();
off_t CountFreeBlocks() const;
info->free_blocks = volume->CountFreeBlocks();