EFS_DIRBLK_SPACE_SIZE
uint8_t db_space[EFS_DIRBLK_SPACE_SIZE];
#define EFS_DIRBLK_SLOTS_MAX (EFS_DIRBLK_SPACE_SIZE / 7)
EFS_DIRBLK_SPACE_SIZE) /*if expanded*/
KASSERT(slot < offset && offset < EFS_DIRBLK_SPACE_SIZE);