![]() |
![]() |
![]() |
![]() |
GObject ├── StoragedClient ├── StoragedObjectInfo ├── StoragedDaemon ├── StoragedLinuxDevice ├── GDBusObjectSkeleton │ ╰── StoragedObjectSkeleton │ ├── StoragedLinuxBlockObject │ ├── StoragedLinuxDriveObject │ ╰── StoragedLinuxMDRaidObject ├── GDBusInterfaceSkeleton │ ├── StoragedBlockSkeleton │ │ ╰── StoragedLinuxBlock │ ├── StoragedDriveSkeleton │ │ ╰── StoragedLinuxDrive │ ├── StoragedDriveAtaSkeleton │ │ ╰── StoragedLinuxDriveAta │ ├── StoragedJobSkeleton │ │ ╰── StoragedBaseJob │ │ ├── StoragedSpawnedJob │ │ ├── StoragedThreadedJob │ │ ╰── StoragedSimpleJob │ ├── StoragedFilesystemSkeleton │ │ ╰── StoragedLinuxFilesystem │ ├── StoragedPartitionSkeleton │ │ ╰── StoragedLinuxPartition │ ├── StoragedPartitionTableSkeleton │ │ ╰── StoragedLinuxPartitionTable │ ├── StoragedEncryptedSkeleton │ │ ╰── StoragedLinuxEncrypted │ ├── StoragedSwapspaceSkeleton │ │ ╰── StoragedLinuxSwapspace │ ├── StoragedLoopSkeleton │ │ ╰── StoragedLinuxLoop │ ├── StoragedManagerSkeleton │ │ ╰── StoragedLinuxManager │ ╰── StoragedMDRaidSkeleton │ ╰── StoragedLinuxMDRaid ├── StoragedMount ├── StoragedMountMonitor ├── StoragedProvider │ ╰── StoragedLinuxProvider ├── StoragedState ├── StoragedFstabEntry ├── StoragedFstabMonitor ├── StoragedCrypttabEntry ├── StoragedCrypttabMonitor ├── GDBusProxy │ ├── StoragedDriveProxy │ ├── StoragedDriveAtaProxy │ ├── StoragedBlockProxy │ ├── StoragedFilesystemProxy │ ├── StoragedSwapspaceProxy │ ├── StoragedEncryptedProxy │ ├── StoragedLoopProxy │ ├── StoragedManagerProxy │ ├── StoragedJobProxy │ ├── StoragedMDRaidProxy │ ╰── StoragedManagerLVM2Proxy ├── GDBusObjectProxy │ ╰── StoragedObjectProxy ╰── GDBusObjectManagerClient ╰── StoragedObjectManagerClient GInterface ├── StoragedObject ├── StoragedBlock ├── StoragedDrive ├── StoragedDriveAta ├── StoragedJob ├── StoragedFilesystem ├── StoragedPartition ├── StoragedPartitionTable ├── StoragedEncrypted ├── StoragedSwapspace ├── StoragedLoop ├── StoragedManager ├── StoragedMDRaid ╰── StoragedManagerLVM2 GBoxed ╰── StoragedPartitionTypeInfo GFlags ╰── StoragedPartitionTypeInfoFlags