Lines Matching full:relation
34 * dasd_devmap_t is used to store the features and the relation
603 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status()
612 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status()
647 * check the consistency of a specified copy relation by checking
672 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation()
708 * the current device has to be part of the copy relation of all in dasd_devmap_check_copy_relation()
725 "Copy pair relation does not contain device: %s\n", in dasd_devmap_check_copy_relation()
735 /* delete device from copy relation entry */
754 * read all required information for a copy relation setup and setup the device
786 dev_err(&cdev->dev, "Copy relation not enabled on storage server\n"); in dasd_devmap_set_device_copy_relation()
792 dev_warn(&device->cdev->dev, "Copy pair setup requested for device not in copy relation\n"); in dasd_devmap_set_device_copy_relation()
806 dev_warn(&device->cdev->dev, "Copy relation entry not found\n"); in dasd_devmap_set_device_copy_relation()
810 /* check if the copy relation is valid */ in dasd_devmap_set_device_copy_relation()
812 dev_warn(&device->cdev->dev, "Copy relation faulty\n"); in dasd_devmap_set_device_copy_relation()
859 /* Remove copy relation */ in dasd_delete_device()
2038 * print copy relation in the form
2266 /* setting copy relation is only allowed for offline secondary */ in dasd_copy_pair_store()