Home
last modified time | relevance | path

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

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