Lines Matching refs:res_hashnode
416 memset(&r->res_hashnode, 0, sizeof(struct rb_node)); in get_rsb_struct()
453 r = rb_entry(node, struct dlm_rsb, res_hashnode); in dlm_search_rsb_tree()
478 res_hashnode); in rsb_insert()
494 rb_link_node(&rsb->res_hashnode, parent, newn); in rsb_insert()
495 rb_insert_color(&rsb->res_hashnode, tree); in rsb_insert()
648 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_dir()
783 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_nodir()
1092 r = rb_entry(n, struct dlm_rsb, res_hashnode); in dlm_dump_rsb_hash()
1130 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[r->res_bucket].keep); in toss_rsb()
1669 r = rb_entry(n, struct dlm_rsb, res_hashnode); in shrink_bucket()
1712 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
1779 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
4463 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in receive_remove()
5478 r = rb_entry(n, struct dlm_rsb, res_hashnode); in find_grant_rsb()