Contents

FSVolume.ItemDeactivationOptions

Options to specify the item deactivation policy.

Declaration

struct ItemDeactivationOptions

Overview

Callers may want to set a deactivation policy because deactivateItem(_:replyHandler:) processing blocks the kernel. Setting a deactivation policy allows the file system to take action at a definitive point in the item’s life cycle. These options allow the file system to instruct the FSKit kernel of which circumstances require the expense of a round-trip call to the module.

Topics

Declaring deactivation options

Working with raw values

See Also

Setting deactivation policy