#ifndef FS_CONSTANTS_HPP #define FS_CONSTANTS_HPP #include #include #include #include #include #include #include #include #include #define IO_BLOCK_SIZE 4096 #define NUM_INODE_BLOCKS 1023 #define INODE_SIZE 512 #define DATABLOCKS_PER_BITMAP_BLOCK 255 #endif