#ifndef FS_CONSTANTS_HPP #define FS_CONSTANTS_HPP #include #include #include #include #include #include #include #include #include #define IO_BLOCK_SIZE 4096 #define INDIRECT_BLOCKS 512 #define NUM_INODE_BLOCKS 262143 #define INODE_SIZE 512 // TODO: explore the optimal value for this #define DATABLOCKS_PER_BITMAP_BLOCK 2047 #endif