Lines Matching refs:seq_printf
52 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock()
56 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock()
60 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
63 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock()
67 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock()
79 seq_printf(s, "\nResource %p Name (len=%d) \"", res, res->res_length); in print_format1()
83 seq_printf(s, "%c", res->res_name[i]); in print_format1()
85 seq_printf(s, "%c", '.'); in print_format1()
89 seq_printf(s, "\"\nLocal Copy, Master is node %d\n", in print_format1()
94 seq_printf(s, "\"\nLooking up master (lkid %x)\n", in print_format1()
97 seq_printf(s, "\"\nInvalid master %d\n", res->res_nodeid); in print_format1()
107 seq_printf(s, "%02x ", in print_format1()
121 seq_printf(s, "Recovery: root %d recover %d flags %lx count %d\n", in print_format1()
153 seq_printf(s, "%08x %s", in print_format1()
156 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1()
182 seq_printf(s, "%x %d %x %u %llu %x %x %d %d %d %llu %u %d \"%s\"\n", in print_format2_lock()
236 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()
263 seq_printf(s, "rsb %p %d %x %lx %d %d %u %d ", in print_format3()
284 seq_printf(s, "%c", r->res_name[i]); in print_format3()
286 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format3()
295 seq_printf(s, "lvb %u %d", r->res_lvbseq, lvblen); in print_format3()
298 seq_printf(s, " %02x", (unsigned char)r->res_lvbptr[i]); in print_format3()
339 seq_printf(s, "rsb %p %d %d %d %d %lu %lx %d ", in print_format4()
358 seq_printf(s, "%c", r->res_name[i]); in print_format4()
360 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format4()