Home
last modified time | relevance | path

Searched refs:HDIO_GETGEO (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dhdreg.h332 #define HDIO_GETGEO 0x0301 /* get device geometry */ macro
/linux/Documentation/userspace-api/ioctl/
H A Dhdio.rst19 HDIO_GETGEO get device geometry
53 HDIO_GETGEO
61 ioctl(fd, HDIO_GETGEO, &geom);
/linux/block/
H A Dioctl.c655 case HDIO_GETGEO: in blkdev_ioctl()
715 case HDIO_GETGEO: in compat_blkdev_ioctl()
/linux/Documentation/driver-api/
H A Dscsi.rst109 functions, for use with HDIO_GETGEO, etc.