Lines Matching full:relation

37  * dasd_devmap_t is used to store the features and the relation
606 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status()
615 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status()
650 * check the consistency of a specified copy relation by checking
675 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation()
711 * the current device has to be part of the copy relation of all in dasd_devmap_check_copy_relation()
728 "Copy pair relation does not contain device: %s\n", in dasd_devmap_check_copy_relation()
738 /* delete device from copy relation entry */
757 * read all required information for a copy relation setup and setup the device
789 dev_err(&cdev->dev, "Copy relation not enabled on storage server\n"); in dasd_devmap_set_device_copy_relation()
795 dev_warn(&device->cdev->dev, "Copy pair setup requested for device not in copy relation\n"); in dasd_devmap_set_device_copy_relation()
809 dev_warn(&device->cdev->dev, "Copy relation entry not found\n"); in dasd_devmap_set_device_copy_relation()
813 /* check if the copy relation is valid */ in dasd_devmap_set_device_copy_relation()
815 dev_warn(&device->cdev->dev, "Copy relation faulty\n"); in dasd_devmap_set_device_copy_relation()
862 /* Removve copy relation */ in dasd_delete_device()
2047 * print copy relation in the form
2269 /* setting copy relation is only allowed for offline secondary */ in dasd_copy_pair_store()