Searched refs:res_hashnode (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/dlm/
H A Ddebug_fs.c514 r = rb_entry(node, struct dlm_rsb, res_hashnode);
546 r = rb_entry(node, struct dlm_rsb, res_hashnode);
577 next = rb_next(&rp->res_hashnode);
580 r = rb_entry(next, struct dlm_rsb, res_hashnode);
612 r = rb_entry(next, struct dlm_rsb, res_hashnode);
H A Drecover.c910 r = rb_entry(n, struct dlm_rsb, res_hashnode);
947 r = rb_entry(n, struct dlm_rsb, res_hashnode);
H A Dlock.c411 memset(&r->res_hashnode, 0, sizeof(struct rb_node));
448 r = rb_entry(node, struct dlm_rsb, res_hashnode);
473 res_hashnode);
489 rb_link_node(&rsb->res_hashnode, parent, newn);
490 rb_insert_color(&rsb->res_hashnode, tree);
642 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss);
777 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss);
1101 r = rb_entry(n, struct dlm_rsb, res_hashnode);
1139 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[r->res_bucket].keep);
1598 r = rb_entry(n, struct dlm_rsb, res_hashnode);
[all...]
H A Dlockspace.c838 rsb = rb_entry(n, struct dlm_rsb, res_hashnode);
844 rsb = rb_entry(n, struct dlm_rsb, res_hashnode);
H A Ddlm_internal.h308 struct rb_node res_hashnode; /* rsbtbl */ member in union:dlm_rsb::__anon87

Completed in 188 milliseconds