Lines Matching refs:seq_printf
54 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock()
58 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock()
62 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
65 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock()
69 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock()
81 seq_printf(s, "\nResource %p Name (len=%d) \"", res, res->res_length); in print_format1()
85 seq_printf(s, "%c", res->res_name[i]); in print_format1()
87 seq_printf(s, "%c", '.'); in print_format1()
91 seq_printf(s, "\"\nLocal Copy, Master is node %d\n", in print_format1()
96 seq_printf(s, "\"\nLooking up master (lkid %x)\n", in print_format1()
99 seq_printf(s, "\"\nInvalid master %d\n", res->res_nodeid); in print_format1()
109 seq_printf(s, "%02x ", in print_format1()
123 seq_printf(s, "Recovery: root %d recover %d flags %lx count %d\n", in print_format1()
155 seq_printf(s, "%08x %s", in print_format1()
158 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1()
184 seq_printf(s, "%x %d %x %u %llu %x %x %d %d %d %llu %u %d \"%s\"\n", in print_format2_lock()
238 seq_printf(s, "lkb %x %d %x %u %llu %x %x %d %d %d %d %d %d %u %llu %llu\n", in print_format3_lock()
265 seq_printf(s, "rsb %p %d %x %lx %d %d %u %d ", in print_format3()
286 seq_printf(s, "%c", r->res_name[i]); in print_format3()
288 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format3()
297 seq_printf(s, "lvb %u %d", r->res_lvbseq, lvblen); in print_format3()
300 seq_printf(s, " %02x", (unsigned char)r->res_lvbptr[i]); in print_format3()
341 seq_printf(s, "rsb %p %d %d %d %d %lu %lx %d ", in print_format4()
360 seq_printf(s, "%c", r->res_name[i]); in print_format4()
362 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format4()