Lines Matching refs:last_error
2970 lwork->error.err = lreq->last_error; in queue_watch_error()
3047 lreq, lreq->linger_id, req->r_result, lreq->last_error); in linger_reconnect_cb()
3049 if (!lreq->last_error) { in linger_reconnect_cb()
3050 lreq->last_error = normalize_watch_error(req->r_result); in linger_reconnect_cb()
3130 lreq->last_error); in linger_ping_cb()
3134 } else if (!lreq->last_error) { in linger_ping_cb()
3135 lreq->last_error = normalize_watch_error(req->r_result); in linger_ping_cb()
3405 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4527 if (!lreq->last_error) { in handle_watch_notify()
4528 lreq->last_error = -ENOTCONN; in handle_watch_notify()
4935 lreq, lreq->linger_id, age, lreq->last_error); in ceph_osdc_watch_check()
4937 ret = lreq->last_error ?: 1 + jiffies_to_msecs(age); in ceph_osdc_watch_check()