Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Ddevice_ops.c49 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
78 cdev->private->options.force |= (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options()
95 cdev->private->options.force &= (flags & CCWDEV_ALLOW_FORCE) == 0; in ccw_device_clear_options()
/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h177 #define CCWDEV_ALLOW_FORCE 0x0008 macro
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.c131 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | in dasd_eckd_probe()