# Functions
NewDefaultOptions initializes a Options struct with default values.
WithForce forces the creation of the filesystem.
WithLabel sets the filesystem label.
# Constants
Magic is the XFS magic number.
# Structs
Options is the functional options struct.
SuperBlock represents the xfs super block.
# Type aliases
Option is the functional option func.