Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ide/ !
Dide-disk_ioctl.c12 { HDIO_GET_NOWERR, HDIO_SET_NOWERR, &ide_devset_nowerr },
/linux-2.6.39/include/linux/ !
Dhdreg.h362 #define HDIO_SET_NOWERR 0x0325 /* change ignore-write-error flag */ macro
/linux-2.6.39/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-2.6.39/block/ !
Dcompat_ioctl.c641 case HDIO_SET_NOWERR: in compat_blkdev_driver_ioctl()