CHFS_MAX_NODE_SIZE
buf = kmem_alloc(CHFS_MAX_NODE_SIZE, KM_SLEEP);
memset(buf, 0 , CHFS_MAX_NODE_SIZE);
kmem_free(buf, CHFS_MAX_NODE_SIZE);