Searched refs:B_DISK_DEVICE_IS_FILE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp30 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_IS_FILE);
97 // reset the B_DISK_DEVICE_IS_FILE flag -- KDiskDevice::SetTo() has cleared
99 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_IS_FILE);
/haiku/headers/os/storage/
H A DDiskDeviceDefs.h65 B_DISK_DEVICE_IS_FILE = 0x10, enumerator in enum:__anon513
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp366 && (fDeviceData->device_flags & B_DISK_DEVICE_IS_FILE) != 0;

Completed in 252 milliseconds