Lines Matching full:relation
35 * dasd_devmap_t is used to store the features and the relation
604 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status()
613 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status()
648 * check the consistency of a specified copy relation by checking
673 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation()
709 * the current device has to be part of the copy relation of all in dasd_devmap_check_copy_relation()
726 "Copy pair relation does not contain device: %s\n", in dasd_devmap_check_copy_relation()
736 /* delete device from copy relation entry */
755 * read all required information for a copy relation setup and setup the device
787 dev_err(&cdev->dev, "Copy relation not enabled on storage server\n"); in dasd_devmap_set_device_copy_relation()
793 dev_warn(&device->cdev->dev, "Copy pair setup requested for device not in copy relation\n"); in dasd_devmap_set_device_copy_relation()
807 dev_warn(&device->cdev->dev, "Copy relation entry not found\n"); in dasd_devmap_set_device_copy_relation()
811 /* check if the copy relation is valid */ in dasd_devmap_set_device_copy_relation()
813 dev_warn(&device->cdev->dev, "Copy relation faulty\n"); in dasd_devmap_set_device_copy_relation()
860 /* Remove copy relation */ in dasd_delete_device()
2039 * print copy relation in the form
2267 /* setting copy relation is only allowed for offline secondary */ in dasd_copy_pair_store()