Clearing Bitmaps
----------------
- Function: void ext2fs_clear_inode_bitmap (ext2fs_inode_bitmap BITMAP)
This function sets all of the bits in the inode bitmap BITMAP to
be zero.
- Function: void ext2fs_clear_block_bitmap (ext2fs_block_bitmap BITMAP)
This function sets all of the bits in the block bitmap BITMAP to
be zero.