Lines Matching refs:res_hashnode
418 memset(&r->res_hashnode, 0, sizeof(struct rb_node)); in get_rsb_struct()
455 r = rb_entry(node, struct dlm_rsb, res_hashnode); in dlm_search_rsb_tree()
480 res_hashnode); in rsb_insert()
496 rb_link_node(&rsb->res_hashnode, parent, newn); in rsb_insert()
497 rb_insert_color(&rsb->res_hashnode, tree); in rsb_insert()
650 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_dir()
784 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_nodir()
1094 r = rb_entry(n, struct dlm_rsb, res_hashnode); in dlm_dump_rsb_hash()
1132 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[r->res_bucket].keep); in toss_rsb()
1671 r = rb_entry(n, struct dlm_rsb, res_hashnode); in shrink_bucket()
1714 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
1781 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
4459 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in receive_remove()
5476 r = rb_entry(n, struct dlm_rsb, res_hashnode); in find_grant_rsb()