Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c26 #define BLOCK_STRUCT_BUFFER_SIZE (CONFIG_EXT2_MAX_BLOCK_COUNT * sizeof(struct ext2_block)) macro
31 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()