Lines Matching refs:res_hashnode
411 memset(&r->res_hashnode, 0, sizeof(struct rb_node)); in get_rsb_struct()
448 r = rb_entry(node, struct dlm_rsb, res_hashnode); in dlm_search_rsb_tree()
473 res_hashnode); in rsb_insert()
489 rb_link_node(&rsb->res_hashnode, parent, newn); in rsb_insert()
490 rb_insert_color(&rsb->res_hashnode, tree); in rsb_insert()
642 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_dir()
777 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_nodir()
1101 r = rb_entry(n, struct dlm_rsb, res_hashnode); in dlm_dump_rsb_hash()
1139 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[r->res_bucket].keep); in toss_rsb()
1595 r = rb_entry(n, struct dlm_rsb, res_hashnode); in shrink_bucket()
1638 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
1700 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket()
4212 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in receive_remove()
5246 r = rb_entry(n, struct dlm_rsb, res_hashnode); in find_grant_rsb()