Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ide/
Dide-disk_ioctl.c13 { HDIO_GET_WCACHE, HDIO_SET_WCACHE, &ide_devset_wcache },
/linux-2.6.39/include/linux/
Dhdreg.h370 #define HDIO_SET_WCACHE 0x032b /* change write cache enable-disable */ macro
/linux-2.6.39/Documentation/ioctl/
Dhdio.txt52 HDIO_SET_WCACHE change write cache enable-disable
978 HDIO_SET_WCACHE change write cache enable-disable
983 ioctl(fd, HDIO_SET_WCACHE, val);
/linux-2.6.39/block/
Dcompat_ioctl.c645 case HDIO_SET_WCACHE: in compat_blkdev_driver_ioctl()