![]() |
![]() |
![]() |
![]() |
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 │ ├── StoragedManagerISCSIInitiatorSkeleton │ ├── StoragedISCSISessionSkeleton │ ├── StoragedFilesystemBTRFSSkeleton │ ├── StoragedManagerBTRFSSkeleton │ ├── StoragedManagerZRAMSkeleton │ ├── StoragedBlockZRAMSkeleton │ ├── StoragedManagerBcacheSkeleton │ ╰── StoragedBlockBcacheSkeleton ├── StoragedMount ├── StoragedMountMonitor ├── StoragedProvider │ ╰── StoragedLinuxProvider ├── StoragedState ├── StoragedFstabEntry ├── StoragedFstabMonitor ├── StoragedCrypttabEntry ├── StoragedCrypttabMonitor ├── GDBusProxy │ ├── StoragedDriveProxy │ ├── StoragedDriveAtaProxy │ ├── StoragedBlockProxy │ ├── StoragedFilesystemProxy │ ├── StoragedSwapspaceProxy │ ├── StoragedEncryptedProxy │ ├── StoragedLoopProxy │ ├── StoragedManagerProxy │ ├── StoragedJobProxy │ ├── StoragedMDRaidProxy │ ├── StoragedManagerLVM2Proxy │ ├── StoragedManagerISCSIInitiatorProxy │ ├── StoragedISCSISessionProxy │ ├── StoragedFilesystemBTRFSProxy │ ├── StoragedManagerBTRFSProxy │ ├── StoragedManagerZRAMProxy │ ├── StoragedBlockZRAMProxy │ ├── StoragedManagerBcacheProxy │ ╰── StoragedBlockBcacheProxy ├── GDBusObjectProxy │ ╰── StoragedObjectProxy ╰── GDBusObjectManagerClient ╰── StoragedObjectManagerClient GInterface ├── StoragedObject ├── StoragedBlock ├── StoragedDrive ├── StoragedDriveAta ├── StoragedJob ├── StoragedFilesystem ├── StoragedPartition ├── StoragedPartitionTable ├── StoragedEncrypted ├── StoragedSwapspace ├── StoragedLoop ├── StoragedManager ├── StoragedMDRaid ├── StoragedManagerLVM2 ├── StoragedManagerISCSIInitiator ├── StoragedISCSISession ├── StoragedFilesystemBTRFS ├── StoragedManagerBTRFS ├── StoragedManagerZRAM ├── StoragedBlockZRAM ├── StoragedManagerBcache ╰── StoragedBlockBcache GBoxed ╰── StoragedPartitionTypeInfo GFlags ╰── StoragedPartitionTypeInfoFlags