Searched refs:BLOCKS_PER_MB (Results 1 – 2 of 2) sorted by relevance
28 #define BLOCKS_PER_MB ((1024*1024)/BLOCK_DATA_SIZE) macro29 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)40 #define BLOCKS_PER_MB ((1024*1024)/BLOCK_DATA_SIZE) macro41 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
122 filedisk.nBlocks = SIZE_IN_MB * BLOCKS_PER_MB; in CheckInit()