# Functions
Kstrtouint returns the unsigned integer represented in data, following the same grammar allowances as Linux, i.e., data may have a single trailing newline.
ParseTsmPath decomposes a configfs path to TSM into its expected format, or returns an error.
TempName returns a random filename following the pattern semantics of os.MkdirTemp.
# Constants
TsmPrefix is the path to the configfs tsm system.
# Structs
TsmPath represents a configfs file path decomposed into the components that are expected for TSM.
# Interfaces
Client abstracts the filesystem operations for interacting with configfs files.