Home
last modified time | relevance | path

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

/linux-6.15/net/ceph/
H A Dosd_client.c3273 struct ceph_osd_linger_request *lookup_lreq; in cancel_linger_map_check() local
3277 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in cancel_linger_map_check()
3279 if (!lookup_lreq) in cancel_linger_map_check()
3282 WARN_ON(lookup_lreq != lreq); in cancel_linger_map_check()
3375 struct ceph_osd_linger_request *lookup_lreq; in send_linger_map_check() local
3380 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in send_linger_map_check()
3382 if (lookup_lreq) { in send_linger_map_check()
3383 WARN_ON(lookup_lreq != lreq); in send_linger_map_check()