---
title: FSSyncFlags
framework: fskit
role: symbol
role_heading: Enumeration
path: fskit/fssyncflags
---

# FSSyncFlags

Behavior flags for use with synchronization calls.

## Declaration

```swift
enum FSSyncFlags
```

## Overview

Overview These values are based on flags defined in mount.h. Since there are system-defined flags that are valid in the kernel but not in FSKit, this type defines its members as options rather than use an enumeration.

## Topics

### Declaring synchronization behaviors

- [FSSyncFlags.wait](fskit/fssyncflags/wait.md)
- [FSSyncFlags.noWait](fskit/fssyncflags/nowait.md)
- [FSSyncFlags.dWait](fskit/fssyncflags/dwait.md)

### Initializers

- [init(rawValue:)](fskit/fssyncflags/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Performing synchronization

- [synchronize(flags:replyHandler:)](fskit/fsvolume/handler/synchronize(flags:replyhandler:).md)
