Lines Matching full:handover
436 * snap_src - a snapshot suitable for use as a source of exception handover
437 * snap_dest - a snapshot capable of receiving exception handover.
444 * 2: snap_src, snap_dest - waiting for handover
446 * 1: NULL, snap_dest - source got destroyed without handover
486 * On success, returns 1 if this snapshot is a handover destination,
498 snap->ti->error = "Snapshot cow pairing for exception table handover failed"; in __validate_exception_handover()
503 * If no snap_src was found, snap cannot become a handover in __validate_exception_handover()
510 * Non-snapshot-merge handover? in __validate_exception_handover()
548 * On success, returns 1 if this registration is a handover destination,
1367 /* invalid handover, register_snapshot has set ti->error */ in snapshot_ctr()
1374 * Chunk size will be set during the handover - set it to zero to in snapshot_ctr()
1477 /* Check whether exception handover must be cancelled */ in snapshot_dtr()
1483 DMERR("Cancelling snapshot handover."); in snapshot_dtr()
2211 DMERR("Unable to resume snapshot source until handover completes."); in snapshot_preresume()
2214 DMERR("Unable to perform snapshot handover until source is suspended."); in snapshot_preresume()
2303 * Handover exceptions from existing snapshot. in snapshot_merge_resume()