Lines Matching refs:HDIO_GETGEO
88 #if defined(linux) && !defined(HDIO_GETGEO)
89 #define HDIO_GETGEO 0x0301 /* Get device geometry. */
627 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
628 * ENOTTY @dev is a file or a device not supporting HDIO_GETGEO
636 #ifdef HDIO_GETGEO
639 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) {
640 ntfs_log_debug("HDIO_GETGEO start_sect = %lu (0x%lx)\n",
759 #ifdef HDIO_GETGEO
762 if (!dev->d_ops->ioctl(dev, HDIO_GETGEO, &geo)) {
765 ntfs_log_debug("HDIO_GETGEO heads = %u, sectors per "
786 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
787 * ENOTTY @dev is a file or a device not supporting HDIO_GETGEO
816 * EOPNOTSUPP System does not support HDIO_GETGEO ioctl
817 * ENOTTY @dev is a file or a device not supporting HDIO_GETGEO