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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp127 bool hasDeviceGeometry; local
136 hasDeviceGeometry = B_OK == ioctl(fd, B_GET_GEOMETRY, &deviceGeometry,
141 if (!isRawDevice && !hasBiosGeometry && !hasDeviceGeometry
156 if (hasDeviceGeometry) {
191 || (hasDeviceGeometry && deviceGeometry.bytes_per_sector != 512)) {
200 if (hasDeviceGeometry && deviceGeometry.read_only) {
204 if (hasDeviceGeometry && deviceGeometry.write_once) {
212 } else if (hasDeviceGeometry) {

Completed in 14 milliseconds