Searched refs:MAX_DIRENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/fs/ext2/ | ||
D | ext2_struct.h | 204 #define MAX_DIRENTRY_SIZE (sizeof(struct ext2_direntry) + UINT8_MAX) macro |
D | ext2_impl.c | 34 K_HEAP_DEFINE(direntry_heap, MAX_DIRENTRY_SIZE); |