Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dosd_client.h347 struct rb_root linger_map_checks; member
/Linux-v4.19/net/ceph/
Dosd_client.c3018 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in cancel_linger_map_check()
3024 erase_linger_mc(&osdc->linger_map_checks, lreq); in cancel_linger_map_check()
3094 lreq = lookup_linger_mc(&osdc->linger_map_checks, linger_id); in linger_map_check_cb()
3105 erase_linger_mc(&osdc->linger_map_checks, lreq); in linger_map_check_cb()
3121 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in send_linger_map_check()
3129 insert_linger_mc(&osdc->linger_map_checks, lreq); in send_linger_map_check()
5009 osdc->linger_map_checks = RB_ROOT; in ceph_osdc_init()
5082 WARN_ON(!RB_EMPTY_ROOT(&osdc->linger_map_checks)); in ceph_osdc_stop()