haiku/headers/private/kernel/disk_device_manager
Jessica Hamilton 4419d699ec partitioning: pass along reference to parent when uninitializing.
* Fixes problems with setting the partition name after uninitializing
  a partition in DriveSetup. Previously, UninitializeJob() was
  followed by SetStringJob(), but the kernel was updating the
  change counter for the parent partition when uninitializing a
  partition, leading to SetStringJob() having an incorrect change
  counter for the parent partition. Now the parent change counter
  will be correct when SetStringJob() runs.
2016-12-23 18:53:15 +13:00
..
ddm_modules.h partition_module_info::uninitialize(): Added block size parameter for 2011-06-13 01:38:03 +00:00
ddm_userland_interface.h partitioning: pass along reference to parent when uninitializing. 2016-12-23 18:53:15 +13:00
KDiskDevice.h * Got rid of the duplicated functionalities provided by RWLocker.cpp, and 2009-10-12 14:29:05 +00:00
KDiskDeviceManager.h * Got rid of the duplicated functionalities provided by RWLocker.cpp, and 2009-10-12 14:29:05 +00:00
KDiskDeviceUtils.h partitioning: pass along reference to parent when uninitializing. 2016-12-23 18:53:15 +13:00
KDiskSystem.h * Added optional partition_module_info::uninitialize() hook. It is supposed to 2011-06-13 01:27:13 +00:00
KFileDiskDevice.h * Reworked publishing/unpublishing of the device. This is now basically 2004-10-28 22:22:04 +00:00
KFileSystem.h * Added file_system_module_info::uninitialize() analogously to 2011-06-13 01:53:11 +00:00
KPartition.h disk device manager: check that partitions are unmounted before uninitializing. 2014-10-28 23:52:57 +01:00
KPartitioningSystem.h * Added optional partition_module_info::uninitialize() hook. It is supposed to 2011-06-13 01:27:13 +00:00
KPartitionListener.h Added a KPartition listener mechanism and made use of it to keep shadow partitions with the corresponding physical ones in sync. 2003-09-28 22:04:13 +00:00
KPartitionVisitor.h Added KPartitionVisitor class used for advanced partition tree traversal. 2003-08-03 18:23:53 +00:00