Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-disk_ioctl.c12 { HDIO_GET_NOWERR, HDIO_SET_NOWERR, &ide_devset_nowerr },
/linux-4.1.27/include/uapi/linux/
Dhdreg.h362 #define HDIO_SET_NOWERR 0x0325 /* change ignore-write-error flag */ macro
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt46 HDIO_SET_NOWERR change ignore-write-error flag
866 HDIO_SET_NOWERR change ignore-write-error flag
871 ioctl(fd, HDIO_SET_NOWERR, val);
/linux-4.1.27/block/
Dcompat_ioctl.c628 case HDIO_SET_NOWERR: in compat_blkdev_driver_ioctl()