Lines Matching full:relation

33  * dasd_devmap_t is used to store the features and the relation
602 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status()
611 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status()
646 * check the consistency of a specified copy relation by checking
671 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation()
707 * the current device has to be part of the copy relation of all in dasd_devmap_check_copy_relation()
724 "Copy pair relation does not contain device: %s\n", in dasd_devmap_check_copy_relation()
734 /* delete device from copy relation entry */
753 * read all required information for a copy relation setup and setup the device
785 dev_err(&cdev->dev, "Copy relation not enabled on storage server\n"); in dasd_devmap_set_device_copy_relation()
791 dev_warn(&device->cdev->dev, "Copy pair setup requested for device not in copy relation\n"); in dasd_devmap_set_device_copy_relation()
805 dev_warn(&device->cdev->dev, "Copy relation entry not found\n"); in dasd_devmap_set_device_copy_relation()
809 /* check if the copy relation is valid */ in dasd_devmap_set_device_copy_relation()
811 dev_warn(&device->cdev->dev, "Copy relation faulty\n"); in dasd_devmap_set_device_copy_relation()
858 /* Remove copy relation */ in dasd_delete_device()
2037 * print copy relation in the form
2265 /* setting copy relation is only allowed for offline secondary */ in dasd_copy_pair_store()