Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
Dosd_client.c3294 struct ceph_osd_linger_request *lookup_lreq; in cancel_linger_map_check() local
3298 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in cancel_linger_map_check()
3300 if (!lookup_lreq) in cancel_linger_map_check()
3303 WARN_ON(lookup_lreq != lreq); in cancel_linger_map_check()
3396 struct ceph_osd_linger_request *lookup_lreq; in send_linger_map_check() local
3401 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in send_linger_map_check()
3403 if (lookup_lreq) { in send_linger_map_check()
3404 WARN_ON(lookup_lreq != lreq); in send_linger_map_check()