Searched refs:BLOCK_STRUCT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
26 #define BLOCK_STRUCT_BUFFER_SIZE (CONFIG_EXT2_MAX_BLOCK_COUNT * sizeof(struct ext2_block)) macro31 char __aligned(sizeof(void *)) __ext2_block_struct_buffer[BLOCK_STRUCT_BUFFER_SIZE];151 memset(__ext2_block_struct_buffer, 0, BLOCK_STRUCT_BUFFER_SIZE); in ext2_init_blocks_slab()