Lines Matching refs:seq_printf
94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
96 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
97 seq_printf(m, "DevInfo: 0x%x Attributes: 0x%x\n\tPathComponentMax: %d Status: %d", in cifs_debug_tcon()
107 seq_printf(m, " type: %d ", dev_type); in cifs_debug_tcon()
109 seq_printf(m, "Serial Number: 0x%x", tcon->vol_serial_number); in cifs_debug_tcon()
116 seq_printf(m, " nocase"); in cifs_debug_tcon()
118 seq_printf(m, " POSIX Extensions"); in cifs_debug_tcon()
129 seq_printf(m, "\n\tDFS origin fullpath: %s", in cifs_debug_tcon()
142 seq_printf(m, "\n\n\t\tChannel: %d DISABLED", i+1); in cifs_dump_channel()
146 seq_printf(m, "\n\n\t\tChannel: %d ConnectionId: 0x%llx" in cifs_dump_channel()
165 seq_printf(m, " Net namespace: %u ", server->net->ns.inum); in cifs_dump_channel()
218 seq_printf(m, "\tSpeed: %s\n", smb_speed_to_str(iface->speed)); in cifs_dump_iface()
228 seq_printf(m, "\t\tIPv4: %pI4\n", &ipv4->sin_addr); in cifs_dump_iface()
230 seq_printf(m, "\t\tIPv6: %pI6\n", &ipv6->sin6_addr); in cifs_dump_iface()
246 seq_printf(m, " <filename> <mid>\n"); in cifs_debug_files_proc_show()
248 seq_printf(m, " <filename>\n"); in cifs_debug_files_proc_show()
258 seq_printf(m, in cifs_debug_files_proc_show()
269 seq_printf(m, " %llu\n", cfile->fid.mid); in cifs_debug_files_proc_show()
271 seq_printf(m, "\n"); in cifs_debug_files_proc_show()
316 seq_printf(m, "CIFS Version %s\n", CIFS_VERSION); in cifs_debug_data_proc_show()
317 seq_printf(m, "Features:"); in cifs_debug_data_proc_show()
319 seq_printf(m, " DFS"); in cifs_debug_data_proc_show()
322 seq_printf(m, ",FSCACHE"); in cifs_debug_data_proc_show()
325 seq_printf(m, ",SMB_DIRECT"); in cifs_debug_data_proc_show()
328 seq_printf(m, ",STATS2"); in cifs_debug_data_proc_show()
330 seq_printf(m, ",STATS"); in cifs_debug_data_proc_show()
333 seq_printf(m, ",DEBUG2"); in cifs_debug_data_proc_show()
335 seq_printf(m, ",DEBUG"); in cifs_debug_data_proc_show()
338 seq_printf(m, ",ALLOW_INSECURE_LEGACY"); in cifs_debug_data_proc_show()
341 seq_printf(m, ",CIFS_POSIX"); in cifs_debug_data_proc_show()
344 seq_printf(m, ",UPCALL(SPNEGO)"); in cifs_debug_data_proc_show()
347 seq_printf(m, ",XATTR"); in cifs_debug_data_proc_show()
349 seq_printf(m, ",ACL"); in cifs_debug_data_proc_show()
357 seq_printf(m, "CIFSMaxBufSize: %d\n", CIFSMaxBufSize); in cifs_debug_data_proc_show()
358 seq_printf(m, "Active VFS Requests: %d\n", GlobalTotalActiveXid); in cifs_debug_data_proc_show()
360 seq_printf(m, "\nServers: "); in cifs_debug_data_proc_show()
370 seq_printf(m, "\n%d) ConnectionId: 0x%llx ", in cifs_debug_data_proc_show()
375 seq_printf(m, "Hostname: %s ", server->hostname); in cifs_debug_data_proc_show()
376 seq_printf(m, "\nClientGUID: %pUL", server->client_guid); in cifs_debug_data_proc_show()
383 seq_printf(m, "\nSMBDirect transport not available"); in cifs_debug_data_proc_show()
387 seq_printf(m, "\nSMBDirect (in hex) protocol version: %x " in cifs_debug_data_proc_show()
391 seq_printf(m, "\nConn receive_credit_max: %x " in cifs_debug_data_proc_show()
396 seq_printf(m, "\nConn max_fragmented_recv_size: %x " in cifs_debug_data_proc_show()
401 seq_printf(m, "\nConn keep_alive_interval: %x " in cifs_debug_data_proc_show()
406 seq_printf(m, "\nDebug count_get_receive_buffer: %x " in cifs_debug_data_proc_show()
411 seq_printf(m, "\nRead Queue count_reassembly_queue: %x " in cifs_debug_data_proc_show()
423 seq_printf(m, "\nCurrent Credits send_credits: %x " in cifs_debug_data_proc_show()
428 seq_printf(m, "\nPending send_pending: %x ", in cifs_debug_data_proc_show()
430 seq_printf(m, "\nReceive buffers count_receive_queue: %x " in cifs_debug_data_proc_show()
434 seq_printf(m, "\nMR responder_resources: %x " in cifs_debug_data_proc_show()
439 seq_printf(m, "\nMR mr_ready_count: %x mr_used_count: %x", in cifs_debug_data_proc_show()
444 seq_printf(m, "\nNumber of credits: %d,%d,%d Dialect 0x%x", in cifs_debug_data_proc_show()
450 seq_printf(m, " signed"); in cifs_debug_data_proc_show()
452 seq_printf(m, " posix"); in cifs_debug_data_proc_show()
454 seq_printf(m, " nosharesock"); in cifs_debug_data_proc_show()
456 seq_printf(m, "\nServer capabilities: 0x%x", server->capabilities); in cifs_debug_data_proc_show()
459 seq_printf(m, "\nRDMA "); in cifs_debug_data_proc_show()
460 seq_printf(m, "\nTCP status: %d Instance: %d" in cifs_debug_data_proc_show()
468 seq_printf(m, " Net namespace: %u ", server->net->ns.inum); in cifs_debug_data_proc_show()
471 seq_printf(m, "\nIn Send: %d In MaxReq Wait: %d", in cifs_debug_data_proc_show()
476 seq_printf(m, "\nDFS leaf full path: %s", in cifs_debug_data_proc_show()
486 seq_printf(m, "enabled (%s)", compression_alg_str(server->compression.alg)); in cifs_debug_data_proc_show()
490 seq_printf(m, "\n\n\tSessions: "); in cifs_debug_data_proc_show()
502 seq_printf(m, "\n\t%d) Address: %s Uses: %d Capability: 0x%x\tSession Status: %d ", in cifs_debug_data_proc_show()
506 seq_printf(m, "Guest "); in cifs_debug_data_proc_show()
508 seq_printf(m, "Anonymous "); in cifs_debug_data_proc_show()
510 seq_printf(m, in cifs_debug_data_proc_show()
522 seq_printf(m, "\n\tSecurity type: %s ", in cifs_debug_data_proc_show()
526 seq_printf(m, " SessionId: 0x%llx", ses->Suid); in cifs_debug_data_proc_show()
536 seq_printf(m, "\n\tUser: %d Cred User: %d", in cifs_debug_data_proc_show()
541 seq_printf(m, "\n\tDFS root session id: 0x%llx", in cifs_debug_data_proc_show()
552 seq_printf(m, "\n\n\tExtra Channels: %zu ", in cifs_debug_data_proc_show()
567 seq_printf(m, "\n\t%d) IPC: ", j); in cifs_debug_data_proc_show()
575 seq_printf(m, "\n\t%d) ", j); in cifs_debug_data_proc_show()
581 seq_printf(m, "\n\n\tServer interfaces: %zu" in cifs_debug_data_proc_show()
594 seq_printf(m, "\n\t%d)", ++j); in cifs_debug_data_proc_show()
598 seq_printf(m, "\t\tWeight (cur,total): (%zu,%zu)" in cifs_debug_data_proc_show()
619 seq_printf(m, "\n\tServer ConnectionId: 0x%llx", in cifs_debug_data_proc_show()
623 seq_printf(m, "\n\t\tState: %d com: %d pid: %d cbdata: %p mid %llu", in cifs_debug_data_proc_show()
636 seq_printf(m, "\n\t\t[NONE]"); in cifs_debug_data_proc_show()
639 seq_printf(m, "\n\t[NONE]"); in cifs_debug_data_proc_show()
718 seq_printf(m, "Resources in use\nCIFS Session: %d\n", in cifs_stats_proc_show()
720 seq_printf(m, "Share (unique mount targets): %d\n", in cifs_stats_proc_show()
722 seq_printf(m, "SMB Request/Response Buffer: %d Pool size: %d\n", in cifs_stats_proc_show()
725 seq_printf(m, "SMB Small Req/Resp Buffer: %d Pool size: %d\n", in cifs_stats_proc_show()
728 seq_printf(m, "Total Large %d Small %d Allocations\n", in cifs_stats_proc_show()
733 seq_printf(m, "Operations (MIDs): %d\n", atomic_read(&mid_count)); in cifs_stats_proc_show()
734 seq_printf(m, in cifs_stats_proc_show()
738 seq_printf(m, in cifs_stats_proc_show()
745 seq_printf(m, "\nMax requests in flight: %d", server->max_in_flight); in cifs_stats_proc_show()
748 seq_printf(m, "units are jiffies (%d per second)\n", HZ); in cifs_stats_proc_show()
752 seq_printf(m, " %d\t\t%d\t%llu\t\t%u\t%u\n", j, in cifs_stats_proc_show()
760 seq_printf(m, " %d slow responses from %s for command %d\n", in cifs_stats_proc_show()
771 seq_printf(m, "\n%d) %s", i, tcon->tree_name); in cifs_stats_proc_show()
774 seq_printf(m, "\nSMBs: %d since %ptTs UTC", in cifs_stats_proc_show()
814 seq_printf(m, "%d\n", name); \
931 seq_printf(m, "%d\n", cifsFYI); in cifsFYI_proc_show()
970 seq_printf(m, "%d\n", linuxExtEnabled); in cifs_linux_ext_proc_show()
1001 seq_printf(m, "%d\n", lookupCacheEnabled); in cifs_lookup_cache_proc_show()
1032 seq_printf(m, "%d\n", traceSMB); in traceSMB_proc_show()
1063 seq_printf(m, "0x%x\n", global_secflags); in cifs_security_flags_proc_show()
1188 seq_printf(m, "%s:%s\n", p->name, type); in cifs_mount_params_proc_show()