Searched refs:VolumeID (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/private/storage/
H A DMutablePartition.h38 dev_t VolumeID() const;
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddress.h89 int32 VolumeID() const function in class:UnixAddress
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp709 if (VolumeID() >= 0)
730 KPartition::VolumeID() const function in class:KPartition
1170 if (VolumeID() >= 0) {
1171 status_t error = vfs_unmount(VolumeID(),
1175 "device %" B_PRIdDEV ": %s\n", VolumeID(), strerror(error));
1262 data->volume = VolumeID();
1315 OUT("%s volume: %" B_PRIdDEV "\n", prefix, VolumeID());
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h115 dev_t VolumeID() const;
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp223 BVolume volume(Partition()->VolumeID());
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp115 dev_t VolumeID() { return fVolumeID; } function in class:attribute_overlay::AttributeFile
1033 dirent->d_dev = dirent->d_pdev = fParent->VolumeID();
1071 notify_attribute_changed(fParent->VolumeID(), fParent->FileInode(),
1080 stat->st_dev = fParent->VolumeID();
/haiku-fatelf/src/kits/storage/disk_device/
H A DMutablePartition.cpp167 // VolumeID
169 BMutablePartition::VolumeID() const function in class:BMutablePartition
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1541 swapDeviceID = visitor.fBestPartition->VolumeID();

Completed in 207 milliseconds