Lines Matching refs:last_error
3053 lwork->error.err = lreq->last_error; in queue_watch_error()
3130 lreq, lreq->linger_id, req->r_result, lreq->last_error); in linger_reconnect_cb()
3132 if (!lreq->last_error) { in linger_reconnect_cb()
3133 lreq->last_error = normalize_watch_error(req->r_result); in linger_reconnect_cb()
3213 lreq->last_error); in linger_ping_cb()
3217 } else if (!lreq->last_error) { in linger_ping_cb()
3218 lreq->last_error = normalize_watch_error(req->r_result); in linger_ping_cb()
3495 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4618 if (!lreq->last_error) { in handle_watch_notify()
4619 lreq->last_error = -ENOTCONN; in handle_watch_notify()
5027 lreq, lreq->linger_id, age, lreq->last_error); in ceph_osdc_watch_check()
5029 ret = lreq->last_error ?: 1 + jiffies_to_msecs(age); in ceph_osdc_watch_check()