Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-disk_ioctl.c13 { HDIO_GET_WCACHE, HDIO_SET_WCACHE, &ide_devset_wcache },
/linux-4.4.14/include/uapi/linux/
Dhdreg.h370 #define HDIO_SET_WCACHE 0x032b /* change write cache enable-disable */ macro
/linux-4.4.14/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-4.4.14/block/
Dcompat_ioctl.c632 case HDIO_SET_WCACHE: in compat_blkdev_driver_ioctl()