Lines Matching defs:error
968 drbd_err(connection, "Logic error in conn_connect()\n");
1253 int error;
1268 ctx->error = blk_status_to_errno(bio->bi_status);
1295 ctx->error = -ENOMEM;
1320 ctx.error = 0;
1343 if (ctx.error) {
1347 /* Any error is already reported by bio_endio callback. */
2166 * corresponding put_ldev done below on error,
3034 drbd_err(device, "Configuration error.\n");
3112 drbd_err(device, "Configuration error.\n");
3171 drbd_err(device, "Configuration error.\n");
3780 * ERR_PTR(error) if something goes wrong
4629 * Return 0 when done, 1 when another iteration is needed, and a negative error
4681 * Return 0 when done, 1 when another iteration is needed, and a negative error
4721 drbd_err(peer_device, "bitmap decoding error: h:%d b:%d la:0x%08llx l:%u/%u\n",
4750 * Return 0 when done, 1 when another iteration is needed, and a negative error
5094 drbd_err(connection, "error receiving %s, e: %d l: %d!\n",
5358 0 - failed, try again (network error),
5998 * rv < 0 other than above: unexpected error!