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
..
KDiskDevice.h
KDiskDeviceManager.h
KDiskDeviceUtils.h partitioning: pass along reference to parent when uninitializing. 2016-12-23 18:53:15 +13:00
KDiskSystem.h
KFileDiskDevice.h
KFileSystem.h
KPartition.h
KPartitionListener.h
KPartitionVisitor.h
KPartitioningSystem.h
ddm_modules.h
ddm_userland_interface.h partitioning: pass along reference to parent when uninitializing. 2016-12-23 18:53:15 +13:00