Lines Matching refs:last_error
2966 lwork->error.err = lreq->last_error; in queue_watch_error()
3043 lreq, lreq->linger_id, req->r_result, lreq->last_error); in linger_reconnect_cb()
3045 if (!lreq->last_error) { in linger_reconnect_cb()
3046 lreq->last_error = normalize_watch_error(req->r_result); in linger_reconnect_cb()
3126 lreq->last_error); in linger_ping_cb()
3130 } else if (!lreq->last_error) { in linger_ping_cb()
3131 lreq->last_error = normalize_watch_error(req->r_result); in linger_ping_cb()
3401 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4521 if (!lreq->last_error) { in handle_watch_notify()
4522 lreq->last_error = -ENOTCONN; in handle_watch_notify()
4927 lreq, lreq->linger_id, age, lreq->last_error); in ceph_osdc_watch_check()
4929 ret = lreq->last_error ?: 1 + jiffies_to_msecs(age); in ceph_osdc_watch_check()