func preallocExtend(f *os.File, sizeInBytes int64) error { … } func preallocFixed(f *os.File, sizeInBytes int64) error { … }