Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h362 struct rb_root linger_map_checks; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c3211 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in cancel_linger_map_check()
3217 erase_linger_mc(&osdc->linger_map_checks, lreq); in cancel_linger_map_check()
3287 lreq = lookup_linger_mc(&osdc->linger_map_checks, linger_id); in linger_map_check_cb()
3298 erase_linger_mc(&osdc->linger_map_checks, lreq); in linger_map_check_cb()
3314 lookup_lreq = lookup_linger_mc(&osdc->linger_map_checks, in send_linger_map_check()
3322 insert_linger_mc(&osdc->linger_map_checks, lreq); in send_linger_map_check()
5163 osdc->linger_map_checks = RB_ROOT; in ceph_osdc_init()
5237 WARN_ON(!RB_EMPTY_ROOT(&osdc->linger_map_checks)); in ceph_osdc_stop()