Lines Matching refs:dlm_rsb
50 struct dlm_rsb *res) in print_format1_lock()
72 static void print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1()
166 struct dlm_rsb *r) in print_format2_lock()
199 static void print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2()
255 static void print_format3(struct dlm_rsb *r, struct seq_file *s) in print_format3()
331 static void print_format4(struct dlm_rsb *r, struct seq_file *s) in print_format4()
367 struct dlm_rsb *rsb;
425 struct dlm_rsb *r; in table_seq_start()
455 r = rb_entry(node, struct dlm_rsb, res_hashnode); in table_seq_start()
487 r = rb_entry(node, struct dlm_rsb, res_hashnode); in table_seq_start()
505 struct dlm_rsb *r, *rp; in table_seq_next()
521 r = rb_entry(next, struct dlm_rsb, res_hashnode); in table_seq_next()
552 r = rb_entry(next, struct dlm_rsb, res_hashnode); in table_seq_next()