Lines Matching refs:seq_printf
55 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock()
59 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock()
63 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
66 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock()
70 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock()
82 seq_printf(s, "\nResource %p Name (len=%d) \"", res, res->res_length); in print_format1()
86 seq_printf(s, "%c", res->res_name[i]); in print_format1()
88 seq_printf(s, "%c", '.'); in print_format1()
92 seq_printf(s, "\"\nLocal Copy, Master is node %d\n", in print_format1()
97 seq_printf(s, "\"\nLooking up master (lkid %x)\n", in print_format1()
100 seq_printf(s, "\"\nInvalid master %d\n", res->res_nodeid); in print_format1()
110 seq_printf(s, "%02x ", in print_format1()
124 seq_printf(s, "Recovery: root %d recover %d flags %lx count %d\n", in print_format1()
156 seq_printf(s, "%08x %s", in print_format1()
159 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1()
185 seq_printf(s, "%x %d %x %u %llu %x %x %d %d %d %llu %u %d \"%s\"\n", in print_format2_lock()
239 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()
266 seq_printf(s, "rsb %p %d %x %lx %d %d %u %d ", in print_format3()
287 seq_printf(s, "%c", r->res_name[i]); in print_format3()
289 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format3()
298 seq_printf(s, "lvb %u %d", r->res_lvbseq, lvblen); in print_format3()
301 seq_printf(s, " %02x", (unsigned char)r->res_lvbptr[i]); in print_format3()
342 seq_printf(s, "rsb %p %d %d %d %d %lu %lx %d ", in print_format4()
361 seq_printf(s, "%c", r->res_name[i]); in print_format4()
363 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format4()
677 seq_printf(file, "%s\n", dlm_midcomms_state(file->private)); in dlm_state_show()
684 seq_printf(file, "%lu\n", dlm_midcomms_flags(file->private)); in dlm_flags_show()
691 seq_printf(file, "%d\n", dlm_midcomms_send_queue_cnt(file->private)); in dlm_send_queue_cnt_show()
698 seq_printf(file, "0x%08x\n", dlm_midcomms_version(file->private)); in dlm_version_show()