Searched refs:BLOCK_MEMORY_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
25 #define BLOCK_MEMORY_BUFFER_SIZE (CONFIG_EXT2_MAX_BLOCK_COUNT * CONFIG_EXT2_MAX_BLOCK_SIZE) macro30 char __aligned(sizeof(void *)) __ext2_block_memory_buffer[BLOCK_MEMORY_BUFFER_SIZE];150 memset(__ext2_block_memory_buffer, 0, BLOCK_MEMORY_BUFFER_SIZE); in ext2_init_blocks_slab()