Lines Matching full:rsb
263 seq_printf(s, "rsb %p %d %x %lx %d %d %u %d ", in print_format3()
339 seq_printf(s, "rsb %p %d %d %d %d %lu %lx %d ", in print_format4()
367 struct dlm_rsb *rsb; member
386 print_format1(ri->rsb, seq); in table_seq_show()
393 print_format2(ri->rsb, seq); in table_seq_show()
397 seq_puts(seq, "version rsb 1.1 lvb 1.1 lkb 1.1\n"); in table_seq_show()
400 print_format3(ri->rsb, seq); in table_seq_show()
404 seq_puts(seq, "version 4 rsb 2\n"); in table_seq_show()
407 print_format4(ri->rsb, seq); in table_seq_show()
458 ri->rsb = r; in table_seq_start()
468 * move to the first rsb in the next non-empty bucket in table_seq_start()
489 ri->rsb = r; in table_seq_start()
513 * move to the next rsb in the same bucket in table_seq_next()
517 rp = ri->rsb; in table_seq_next()
523 ri->rsb = r; in table_seq_next()
533 * move to the first rsb in the next non-empty bucket in table_seq_next()
555 ri->rsb = r; in table_seq_next()
570 dlm_put_rsb(ri->rsb); in table_seq_stop()