haiku/src/system/kernel/disk_device_manager
Ingo Weinhold dbef8fc452 * Added get_physical_partition() function, which always retrieves the
physical partition, unlike get_partition() which returns the shadow
  partition, if it exists.
* Added B_PARTITION_SHADOW[_CHILD] partition pseudo operation values for
  the shadow_changed() hook, notifying a disk system, that a shadow
  partition has been created.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22472 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-07 15:11:37 +00:00
..
jobs * Cleanup. 2007-10-04 23:52:21 +00:00
ddm_operation_validation.cpp * Allow NULL name argument on initialization. 2007-10-05 23:25:58 +00:00
ddm_operation_validation.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
ddm_userland_interface.cpp * Allow NULL name argument on initialization. 2007-10-05 23:25:58 +00:00
disk_device_manager.cpp * Added get_physical_partition() function, which always retrieves the 2007-10-07 15:11:37 +00:00
Jamfile Addition of write support to the disk device manager. Courtesy of Tomas 2007-07-27 12:12:35 +00:00
KDiskDevice.cpp Partitions do now know whether they have already been published and 2007-09-07 00:05:06 +00:00
KDiskDeviceJob.cpp * Style cleanup. 2007-07-27 16:32:47 +00:00
KDiskDeviceJobFactory.cpp * Style cleanup. 2007-07-27 16:32:47 +00:00
KDiskDeviceJobGenerator.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
KDiskDeviceJobGenerator.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
KDiskDeviceJobQueue.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
KDiskDeviceManager.cpp Added scan_partition() function which can be used by disk systems (e.g. 2007-10-04 18:03:24 +00:00
KDiskSystem.cpp * Added disk system flags for whether a partition name and partition 2007-08-22 21:21:30 +00:00
KFileDiskDevice.cpp Fixed bug #483: 2006-04-16 11:44:54 +00:00
KFileSystem.cpp * Allow NULL name argument on initialization. 2007-10-05 23:25:58 +00:00
KPartition.cpp Partitions do now know whether they have already been published and 2007-09-07 00:05:06 +00:00
KPartitioningSystem.cpp * Allow NULL name argument on initialization. 2007-10-05 23:25:58 +00:00
KPartitionListener.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
KPartitionVisitor.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
KPhysicalPartition.cpp Partitions do now know whether they have already been published and 2007-09-07 00:05:06 +00:00
KShadowPartition.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
Locker.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
Locker.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
RWLocker.cpp * _NewReadLockInfo() can no longer crash in case the allocation failed. 2006-05-05 10:10:05 +00:00
UserDataWriter.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
UserDataWriter.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00