Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosd_client.h255 struct ceph_osd_request *ping_req; member
/Linux-v5.4/net/ceph/
Dosd_client.c2659 lreq->reg_req, lreq->ping_req); in linger_release()
2669 if (lreq->ping_req) in linger_release()
2670 ceph_osdc_put_request(lreq->ping_req); in linger_release()
3066 struct ceph_osd_request *req = lreq->ping_req; in send_linger_ping()
3109 lreq->ping_req->r_ops[0].watch.cookie = lreq->linger_id; in linger_submit()
3144 if (lreq->is_watch && lreq->ping_req->r_osd) in __linger_cancel()
3145 cancel_linger_request(lreq->ping_req); in __linger_cancel()
4648 lreq->ping_req = alloc_watch_request(lreq, CEPH_OSD_WATCH_OP_PING); in ceph_osdc_watch()
4649 if (!lreq->ping_req) { in ceph_osdc_watch()