---
title: all
framework: fskit
role: symbol
role_heading: Type Property
path: fskit/fsvolume/preallocateflags/all
---

# all

Allocates all requested space or no space at all.

## Declaration

```swift
static var all: FSVolume.PreallocateFlags { get }
```

## See Also

### Declaring preallocation behaviors

- [contiguous](fskit/fsvolume/preallocateflags/contiguous.md)
- [persist](fskit/fsvolume/preallocateflags/persist.md)
- [fromEOF](fskit/fsvolume/preallocateflags/fromeof.md)
