Home
last modified time | relevance | path

Searched refs:ping_req (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/ceph/
Dosd_client.h260 struct ceph_osd_request *ping_req; member
/Linux-v5.15/net/ceph/
Dosd_client.c2722 lreq->reg_req, lreq->ping_req); in linger_release()
2732 if (lreq->ping_req) in linger_release()
2733 ceph_osdc_put_request(lreq->ping_req); in linger_release()
3127 struct ceph_osd_request *req = lreq->ping_req; in send_linger_ping()
3170 lreq->ping_req->r_ops[0].watch.cookie = lreq->linger_id; in linger_submit()
3205 if (lreq->is_watch && lreq->ping_req->r_osd) in __linger_cancel()
3206 cancel_linger_request(lreq->ping_req); in __linger_cancel()
4728 lreq->ping_req = alloc_watch_request(lreq, CEPH_OSD_WATCH_OP_PING); in ceph_osdc_watch()
4729 if (!lreq->ping_req) { in ceph_osdc_watch()