Home
last modified time | relevance | path

Searched refs:BLOCK_MEMORY_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c25 #define BLOCK_MEMORY_BUFFER_SIZE (CONFIG_EXT2_MAX_BLOCK_COUNT * CONFIG_EXT2_MAX_BLOCK_SIZE) macro
30 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()