CCWDEV_ALLOW_FORCE 138 drivers/s390/block/dasd_eckd.c ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | CCWDEV_ALLOW_FORCE 50 drivers/s390/cio/device_ops.c cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; CCWDEV_ALLOW_FORCE 79 drivers/s390/cio/device_ops.c cdev->private->options.force |= (flags & CCWDEV_ALLOW_FORCE) != 0; CCWDEV_ALLOW_FORCE 96 drivers/s390/cio/device_ops.c cdev->private->options.force &= (flags & CCWDEV_ALLOW_FORCE) == 0;