Searched refs:HDIO_GETGEO (Results 1 – 5 of 5) sorted by relevance
44 #ifndef HDIO_GETGEO45 # define HDIO_GETGEO 0x301 macro
91 #if defined(linux) && !defined(HDIO_GETGEO)92 #define HDIO_GETGEO 0x0301 /* Get device geometry. */ macro658 #ifdef HDIO_GETGEO in ntfs_device_partition_start_sector_get()661 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) { in ntfs_device_partition_start_sector_get()781 #ifdef HDIO_GETGEO in ntfs_device_get_geo()784 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) { in ntfs_device_get_geo()
1799 #ifdef HDIO_GETGEO1879 #ifdef HDIO_GETGEO in ntfs_device_win32_ioctl()1880 case HDIO_GETGEO: in ntfs_device_win32_ioctl()
187 } else if (ioctl(fd, HDIO_GETGEO, &hdGeometry) == 0) { in fssh_ioctl()
517 } else if (ioctl(baseFD, HDIO_GETGEO, &geometry) == 0) { in main()