Searched refs:CCWDEV_ALLOW_FORCE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/cio/
H A Ddevice_ops.c50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0;
79 cdev->private->options.force |= (flags & CCWDEV_ALLOW_FORCE) != 0;
96 cdev->private->options.force &= (flags & CCWDEV_ALLOW_FORCE) == 0;
/linux-master/arch/s390/include/asm/
H A Dccwdev.h170 #define CCWDEV_ALLOW_FORCE 0x0008 macro
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c134 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE |

Completed in 138 milliseconds