serenity/Kernel/Storage/Partition
Liav A 21b6d84ff0 Kernel/Devices: Remove required_mode and device_name methods
These methods are no longer needed because SystemServer is able to
populate the DevFS on its own.

Device absolute_path no longer assume a path to the /dev location,
because it really should not assume any path to a Device node.

Because StorageManagement still needs to know the storage name, we
declare a virtual method only for StorageDevices to override, but this
technique should really be removed later on.
2021-09-08 00:42:20 +02:00
..
DiskPartition.cpp Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
DiskPartition.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
DiskPartitionMetadata.cpp
DiskPartitionMetadata.h
EBRPartitionTable.cpp
EBRPartitionTable.h
GUIDPartitionTable.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
GUIDPartitionTable.h
MBRPartitionTable.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
MBRPartitionTable.h
PartitionTable.cpp
PartitionTable.h