DNODES_PER_CHUNK
assert(chunk->nextfree <= DNODES_PER_CHUNK);
if (chunk->nextfree == DNODES_PER_CHUNK) {
if (id < DNODES_PER_CHUNK)
id -= DNODES_PER_CHUNK;
dnode_phys_t buf[DNODES_PER_CHUNK];