addEntry := func(inode uint64, name string, ftype uint8) {

        l := align(int64(11+len(name)), 8)
        if space-l < 16 { // TODO: Really? Why 16? Why not zero?
            space = b.c.blockSize() - 16