Searched refs:partition_id (Results 1 - 25 of 81) sorted by path

1234

/haiku/headers/os/storage/
H A DDiskDeviceDefs.h12 typedef int32 partition_id; typedef
/haiku/headers/private/kernel/boot/
H A Dpartitions.h33 static Partition *Lookup(partition_id id, NodeList *list = NULL);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h25 KDiskDevice(partition_id id = -1);
44 virtual void SetID(partition_id id);
H A DKDiskDeviceManager.h49 KDiskDevice *FindDevice(partition_id id, bool deviceOnly = true);
51 KPartition *FindPartition(partition_id id);
55 KDiskDevice *RegisterDevice(partition_id id, bool deviceOnly = true);
58 KPartition *RegisterPartition(partition_id id);
61 KDiskDevice *ReadLockDevice(partition_id id, bool deviceOnly = true);
62 KDiskDevice *WriteLockDevice(partition_id id, bool deviceOnly = true);
65 KPartition *ReadLockPartition(partition_id id);
66 KPartition *WriteLockPartition(partition_id id);
72 partition_id CreateDevice(const char *path, bool *newlyCreated = NULL);
75 partition_id CreateFileDevic
[all...]
H A DKDiskSystem.h97 partition_id childID = -1);
H A DKFileDiskDevice.h17 KFileDiskDevice(partition_id id = -1);
34 static status_t _GetDirectoryPath(partition_id id, KPath *path);
H A DKPartitionListener.h29 virtual void IDChanged(KPartition *partition, partition_id id);
H A DKPartitioningSystem.h73 partition_id childID = -1);
H A Dddm_modules.h80 status_t (*repair)(int fd, partition_id partition, bool checkOnly,
82 status_t (*resize)(int fd, partition_id partition, off_t size,
84 status_t (*resize_child)(int fd, partition_id partition, off_t size,
86 status_t (*move)(int fd, partition_id partition, off_t offset,
88 status_t (*move_child)(int fd, partition_id partition, partition_id child,
90 status_t (*set_name)(int fd, partition_id partition, const char* name,
92 status_t (*set_content_name)(int fd, partition_id partition,
94 status_t (*set_type)(int fd, partition_id partition, const char* type,
96 status_t (*set_parameters)(int fd, partition_id partitio
[all...]
H A Dddm_userland_interface.h27 partition_id _user_get_next_disk_device_id(int32 *cookie, size_t *neededSize);
28 partition_id _user_find_disk_device(const char *filename, size_t *neededSize);
29 partition_id _user_find_partition(const char *filename, size_t *neededSize);
30 partition_id _user_find_file_disk_device(const char *filename,
32 status_t _user_get_disk_device_data(partition_id deviceID, bool deviceOnly,
36 partition_id _user_register_file_device(const char *filename);
37 status_t _user_unregister_file_device(partition_id deviceID,
41 status_t _user_get_file_disk_device_path(partition_id id, char* buffer,
52 status_t _user_defragment_partition(partition_id partitionID,
54 status_t _user_repair_partition(partition_id partitionI
[all...]
/haiku/headers/private/storage/
H A DDiskDevice.h26 status_t SetTo(partition_id id);
50 static status_t _GetData(partition_id id, bool deviceOnly,
54 status_t _SetTo(partition_id id, bool deviceOnly,
H A DDiskDeviceList.h44 BDiskDevice *DeviceWithID(partition_id id) const;
45 BPartition *PartitionWithID(partition_id id) const;
55 partition_id partitionID);
H A DDiskDevicePrivate.h45 IDFinderVisitor(partition_id id);
51 partition_id fID;
H A DDiskDeviceRoster.h99 partition_id RegisterFileDevice(const char* filename);
102 status_t UnregisterFileDevice(partition_id device);
126 status_t GetDeviceWithID(partition_id id,
128 status_t GetPartitionWithID(partition_id id,
145 status_t _GetObjectWithID(const char *fieldName, partition_id id,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp441 get_default_partition_content_name(partition_id partitionID,
452 scan_partition(partition_id partitionID)
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DPartitionLocker.cpp16 PartitionLocker::PartitionLocker(partition_id partitionID)
36 partition_id
46 PartitionReadLocker::PartitionReadLocker(partition_id partitionID)
64 PartitionWriteLocker::PartitionWriteLocker(partition_id partitionID)
H A DPartitionLocker.h23 PartitionLocker(partition_id partitionID);
27 partition_id PartitionId() const;
33 partition_id fPartitionID;
45 PartitionReadLocker(partition_id partitionID);
58 PartitionWriteLocker(partition_id partitionID);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionLocker.cpp16 PartitionLocker::PartitionLocker(partition_id partitionID)
36 partition_id
46 PartitionReadLocker::PartitionReadLocker(partition_id partitionID)
64 PartitionWriteLocker::PartitionWriteLocker(partition_id partitionID)
H A DPartitionLocker.h23 PartitionLocker(partition_id partitionID);
27 partition_id PartitionId() const;
33 partition_id fPartitionID;
45 PartitionReadLocker(partition_id partitionID);
58 PartitionWriteLocker(partition_id partitionID);
/haiku/src/apps/drivesetup/
H A DDiskView.h28 partition_id selectedPartition);
H A DMainWindow.h55 void _SetToDiskAndPartition(partition_id diskID,
56 partition_id partitionID,
57 partition_id parentID);
59 partition_id selectedPartition,
60 partition_id parentID);
67 partition_id selectedPartition);
69 partition_id selectedPartition);
73 partition_id selectedPartition,
76 partition_id selectedPartition);
78 partition_id selectedPartitio
[all...]
H A DPartitionList.h69 PartitionListRow(partition_id parentID,
70 partition_id id, off_t offset, off_t size);
72 partition_id ID() const
74 partition_id ParentID() const
84 partition_id fPartitionID;
85 partition_id fParentID;
102 PartitionListRow* FindRow(partition_id id,
105 PartitionListRow* AddSpace(partition_id parent,
106 partition_id id, off_t offset, off_t size);
H A DSupport.h25 class SpaceIDMap : public HashMap<HashString, partition_id> {
30 partition_id SpaceIDFor(partition_id parentID,
34 partition_id fNextSpaceID;
/haiku/src/apps/installer/
H A DPartitionMenuItem.cpp13 const char* menuLabel, BMessage* message, partition_id id)
31 partition_id
H A DPartitionMenuItem.h20 BMessage* msg, partition_id id);
23 partition_id ID() const;
31 partition_id fID;

Completed in 103 milliseconds

1234