Lines Matching refs:cifs_dbg
350 cifs_dbg(FYI, "Reconnecting tcp session\n"); in cifs_reconnect()
355 cifs_dbg(FYI, "%s: marking sessions and tcons for reconnect\n", in cifs_reconnect()
371 cifs_dbg(FYI, "%s: tearing down socket\n", __func__); in cifs_reconnect()
374 cifs_dbg(FYI, "State: 0x%x Flags: 0x%lx\n", in cifs_reconnect()
377 cifs_dbg(FYI, "Post shutdown state: 0x%x Flags: 0x%lx\n", in cifs_reconnect()
391 cifs_dbg(FYI, "%s: moving mids to private list\n", __func__); in cifs_reconnect()
402 cifs_dbg(FYI, "%s: issuing mid callbacks\n", __func__); in cifs_reconnect()
419 cifs_dbg(FYI, "reconnect error %d\n", rc); in cifs_reconnect()
469 cifs_dbg(FYI, "Unable to send echo request to server: %s\n", in cifs_echo_request()
482 cifs_dbg(VFS, "No memory for large SMB response\n"); in allocate_buffers()
495 cifs_dbg(VFS, "No memory for SMB response\n"); in allocate_buffers()
526 cifs_dbg(VFS, "Server %s has not responded in %lu seconds. Reconnecting...\n", in server_unresponsive()
577 cifs_dbg(FYI, "Received no data or error: %d\n", length); in cifs_readv_from_socket()
620 cifs_dbg(FYI, "RFC 1002 session keep alive\n"); in is_smb_response()
623 cifs_dbg(FYI, "RFC 1002 positive session response\n"); in is_smb_response()
630 cifs_dbg(FYI, "RFC 1002 negative session response\n"); in is_smb_response()
644 cifs_dbg(VFS, "RFC 1002 unknown response type 0x%x\n", type); in is_smb_response()
741 cifs_dbg(FYI, "Clearing mid 0x%llx\n", mid_entry->mid); in clean_demultiplex_info()
750 cifs_dbg(FYI, "Callback mid 0x%llx\n", mid_entry->mid); in clean_demultiplex_info()
767 cifs_dbg(FYI, "Wait for exit from demultiplex thread\n"); in clean_demultiplex_info()
793 cifs_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length); in standard_receive3()
871 cifs_dbg(FYI, "Demultiplex PID: %d\n", task_pid_nr(current)); in cifs_demultiplex_thread()
904 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length); in cifs_demultiplex_thread()
913 cifs_dbg(VFS, "SMB response too short (%u bytes)\n", in cifs_demultiplex_thread()
987 cifs_dbg(FYI, "Received oplock break\n"); in cifs_demultiplex_thread()
989 cifs_dbg(VFS, "No task to wake, unknown frame " in cifs_demultiplex_thread()
1128 cifs_dbg(VFS, "sec=krb5p is not supported!\n"); in cifs_parse_security_flavors()
1163 cifs_dbg(VFS, "bad security option: %s\n", value); in cifs_parse_security_flavors()
1189 cifs_dbg(VFS, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor()
1204 cifs_dbg(VFS, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
1208 cifs_dbg(VFS, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
1216 cifs_dbg(VFS, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
1220 cifs_dbg(VFS, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
1228 cifs_dbg(VFS, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
1231 cifs_dbg(VFS, "vers=2.0 mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
1259 cifs_dbg(VFS, "Unknown vers= option specified: %s\n", value); in cifs_parse_smb_version()
1405 cifs_dbg(FYI, "Null separator not allowed\n"); in cifs_parse_mount_options()
1415 cifs_dbg(VFS, "Unable to allocate memory for devname.\n"); in cifs_parse_mount_options()
1418 cifs_dbg(VFS, "Malformed UNC in devname.\n"); in cifs_parse_mount_options()
1421 cifs_dbg(VFS, "Unknown error parsing devname.\n"); in cifs_parse_mount_options()
1509 cifs_dbg(VFS, in cifs_parse_mount_options()
1515 cifs_dbg(VFS, in cifs_parse_mount_options()
1618 cifs_dbg(VFS, "FS-Cache support needs CONFIG_CIFS_FSCACHE kernel config option set\n"); in cifs_parse_mount_options()
1638 cifs_dbg(VFS, in cifs_parse_mount_options()
1646 cifs_dbg(VFS, in cifs_parse_mount_options()
1654 cifs_dbg(VFS, in cifs_parse_mount_options()
1672 cifs_dbg(VFS, "%s: Invalid backupuid value\n", in cifs_parse_mount_options()
1680 cifs_dbg(VFS, "%s: Invalid backupgid value\n", in cifs_parse_mount_options()
1688 cifs_dbg(VFS, "%s: Invalid uid value\n", in cifs_parse_mount_options()
1696 cifs_dbg(VFS, "%s: Invalid cruid value\n", in cifs_parse_mount_options()
1703 cifs_dbg(VFS, "%s: Invalid gid value\n", in cifs_parse_mount_options()
1711 cifs_dbg(VFS, "%s: Invalid file_mode value\n", in cifs_parse_mount_options()
1719 cifs_dbg(VFS, "%s: Invalid dir_mode value\n", in cifs_parse_mount_options()
1728 cifs_dbg(VFS, "%s: Invalid port value\n", in cifs_parse_mount_options()
1736 cifs_dbg(VFS, "%s: Invalid rsize value\n", in cifs_parse_mount_options()
1744 cifs_dbg(VFS, "%s: Invalid wsize value\n", in cifs_parse_mount_options()
1752 cifs_dbg(VFS, "%s: Invalid actimeo value\n", in cifs_parse_mount_options()
1758 cifs_dbg(VFS, "attribute cache timeout too large\n"); in cifs_parse_mount_options()
1764 cifs_dbg(VFS, "%s: Invalid echo interval value\n", in cifs_parse_mount_options()
1772 cifs_dbg(VFS, "%s: Invalid snapshot time\n", in cifs_parse_mount_options()
1781 cifs_dbg(VFS, "%s: Invalid max_credits value\n", in cifs_parse_mount_options()
1914 cifs_dbg(FYI, "Domain name set\n"); in cifs_parse_mount_options()
1951 cifs_dbg(FYI, "iocharset set to %s\n", string); in cifs_parse_mount_options()
2070 cifs_dbg(VFS, "SMB Direct requires Version >=3.0\n"); in cifs_parse_mount_options()
2077 cifs_dbg(VFS, "Multiuser mounts require kernels with CONFIG_KEYS enabled\n"); in cifs_parse_mount_options()
2082 cifs_dbg(VFS, "CIFS mount error: No usable UNC path provided in device string!\n"); in cifs_parse_mount_options()
2088 cifs_dbg(VFS, "Malformed UNC. Unable to find share name.\n"); in cifs_parse_mount_options()
2303 cifs_dbg(FYI, "Existing tcp session with server found\n"); in cifs_find_tcp_session()
2361 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2426 cifs_dbg(VFS, "CONFIG_CIFS_SMB_DIRECT is not enabled\n"); in cifs_get_tcp_session()
2433 cifs_dbg(VFS, "RDMA transport established\n"); in cifs_get_tcp_session()
2443 cifs_dbg(VFS, "Error connecting to socket. Aborting operation.\n"); in cifs_get_tcp_session()
2456 cifs_dbg(VFS, "error %d create cifsd thread\n", rc); in cifs_get_tcp_session()
2547 cifs_dbg(VFS, in cifs_setup_ipc()
2570 cifs_dbg(VFS, "failed to connect to IPC (rc=%d)\n", rc); in cifs_setup_ipc()
2575 cifs_dbg(FYI, "IPC tcon rc = %d ipc tid = %d\n", rc, tcon->tid); in cifs_setup_ipc()
2604 cifs_dbg(FYI, "failed to disconnect IPC tcon (rc=%d)\n", rc); in cifs_free_ipc()
2636 cifs_dbg(FYI, "%s: ses_count=%d\n", __func__, ses->ses_count); in cifs_put_smb_ses()
2657 cifs_dbg(VFS, "%s: Session Logoff failure rc=%d\n", in cifs_put_smb_ses()
2704 cifs_dbg(FYI, "Bad ss_family (%hu)\n", in cifs_set_cifscreds()
2710 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc); in cifs_set_cifscreds()
2714 cifs_dbg(FYI, "domainName is NULL\n"); in cifs_set_cifscreds()
2721 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc); in cifs_set_cifscreds()
2739 cifs_dbg(FYI, "payload=%s\n", payload); in cifs_set_cifscreds()
2741 cifs_dbg(FYI, "Unable to find ':' in payload (datalen=%d)\n", in cifs_set_cifscreds()
2749 cifs_dbg(FYI, "Bad value from username search (len=%zd)\n", in cifs_set_cifscreds()
2757 cifs_dbg(FYI, "Unable to allocate %zd bytes for username\n", in cifs_set_cifscreds()
2762 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username); in cifs_set_cifscreds()
2766 cifs_dbg(FYI, "Bad len for password search (len=%zd)\n", len); in cifs_set_cifscreds()
2776 cifs_dbg(FYI, "Unable to allocate %zd bytes for password\n", in cifs_set_cifscreds()
2789 cifs_dbg(FYI, "%s: returning %d\n", __func__, rc); in cifs_set_cifscreds()
2821 cifs_dbg(FYI, "Existing smb sess found (status=%d)\n", in cifs_get_smb_ses()
2834 cifs_dbg(FYI, "Session needs reconnect\n"); in cifs_get_smb_ses()
2853 cifs_dbg(FYI, "Existing smb sess not found\n"); in cifs_get_smb_ses()
2961 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
3013 cifs_dbg(FYI, "Found match on UNC path\n"); in cifs_get_tcon()
3031 cifs_dbg(VFS, in cifs_get_tcon()
3050 cifs_dbg(VFS, in cifs_get_tcon()
3058 cifs_dbg(VFS, "Encryption is not supported on share\n"); in cifs_get_tcon()
3070 cifs_dbg(VFS, "Server does not support mounting with posix SMB3.11 extensions.\n"); in cifs_get_tcon()
3084 cifs_dbg(FYI, "Tcon rc = %d\n", rc); in cifs_get_tcon()
3090 cifs_dbg(FYI, "DFS disabled (%d)\n", tcon->Flags); in cifs_get_tcon()
3096 cifs_dbg(VFS, in cifs_get_tcon()
3104 cifs_dbg(VFS, in cifs_get_tcon()
3112 cifs_dbg(FYI, "enabling persistent handles\n"); in cifs_get_tcon()
3116 cifs_dbg(VFS, in cifs_get_tcon()
3343 cifs_dbg(VFS, "Failed to bind to: %pI6c, error: %d\n", in bind_socket()
3346 cifs_dbg(VFS, "Failed to bind to: %pI4, error: %d\n", in bind_socket()
3450 cifs_dbg(VFS, "Error %d creating socket\n", rc); in generic_ip_connect()
3456 cifs_dbg(FYI, "Socket created\n"); in generic_ip_connect()
3490 cifs_dbg(FYI, "set TCP_NODELAY socket option error %d\n", in generic_ip_connect()
3494 cifs_dbg(FYI, "sndbuf %d rcvbuf %d rcvtimeo 0x%lx\n", in generic_ip_connect()
3500 cifs_dbg(FYI, "Error %d connecting to server\n", rc); in generic_ip_connect()
3558 cifs_dbg(FYI, "Linux protocol extensions disabled\n"); in reset_cifs_unix_caps()
3564 cifs_dbg(FYI, "Unix extensions disabled so not set on reconnect\n"); in reset_cifs_unix_caps()
3570 cifs_dbg(FYI, "unix caps which server supports %lld\n", cap); in reset_cifs_unix_caps()
3580 cifs_dbg(VFS, "POSIXPATH support change\n"); in reset_cifs_unix_caps()
3583 cifs_dbg(VFS, "possible reconnect error\n"); in reset_cifs_unix_caps()
3584 cifs_dbg(VFS, "server disabled POSIX path support\n"); in reset_cifs_unix_caps()
3589 cifs_dbg(VFS, "per-share encryption not supported yet\n"); in reset_cifs_unix_caps()
3595 cifs_dbg(FYI, "negotiated posix acl support\n"); in reset_cifs_unix_caps()
3604 cifs_dbg(FYI, "negotiate posix pathnames\n"); in reset_cifs_unix_caps()
3610 cifs_dbg(FYI, "Negotiate caps 0x%x\n", (int)cap); in reset_cifs_unix_caps()
3613 cifs_dbg(FYI, "FCNTL cap\n"); in reset_cifs_unix_caps()
3615 cifs_dbg(FYI, "EXTATTR cap\n"); in reset_cifs_unix_caps()
3617 cifs_dbg(FYI, "POSIX path cap\n"); in reset_cifs_unix_caps()
3619 cifs_dbg(FYI, "XATTR cap\n"); in reset_cifs_unix_caps()
3621 cifs_dbg(FYI, "POSIX ACL cap\n"); in reset_cifs_unix_caps()
3623 cifs_dbg(FYI, "very large read cap\n"); in reset_cifs_unix_caps()
3625 cifs_dbg(FYI, "very large write cap\n"); in reset_cifs_unix_caps()
3627 cifs_dbg(FYI, "transport encryption cap\n"); in reset_cifs_unix_caps()
3629 cifs_dbg(FYI, "mandatory transport encryption cap\n"); in reset_cifs_unix_caps()
3633 cifs_dbg(FYI, "resetting capabilities failed\n"); in reset_cifs_unix_caps()
3635 …cifs_dbg(VFS, "Negotiating Unix capabilities with the server failed. Consider mounting with the Un… in reset_cifs_unix_caps()
3660 cifs_dbg(FYI, "file mode: 0x%hx dir mode: 0x%hx\n", in cifs_setup_cifs_sb()
3716 cifs_dbg(FYI, "mounting share using direct i/o\n"); in cifs_setup_cifs_sb()
3732 cifs_dbg(VFS, "mount options mfsymlinks and sfu both enabled\n"); in cifs_setup_cifs_sb()
3738 cifs_dbg(VFS, "mount option dynperm ignored if cifsacl mount option supported\n"); in cifs_setup_cifs_sb()
3798 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); in build_unc_path_to_root()
3868 cifs_dbg(FYI, "Anonymous login\n"); in cifs_setup_volume_info()
3873 cifs_dbg(FYI, "Username: %s\n", volume_info->username); in cifs_setup_volume_info()
3875 cifs_dbg(VFS, "No username specified\n"); in cifs_setup_volume_info()
3888 cifs_dbg(VFS, "CIFS mount error: iocharset %s not found\n", in cifs_setup_volume_info()
4012 cifs_dbg(VFS, "persistent handles not supported by server\n"); in cifs_mount()
4099 cifs_dbg(VFS, "cannot query dirs between root and final path, " in cifs_mount()
4238 cifs_dbg(FYI, "%s Can't generate NTLM rsp. Error: %d\n", in CIFSTCon()
4304 cifs_dbg(FYI, "IPC connection\n"); in CIFSTCon()
4311 cifs_dbg(FYI, "disk share connection\n"); in CIFSTCon()
4324 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem); in CIFSTCon()
4332 cifs_dbg(FYI, "Tcon flags: 0x%x\n", tcon->Flags); in CIFSTCon()
4412 cifs_dbg(FYI, "Security Mode: 0x%x Capabilities: 0x%x TimeAdjust: %d\n", in cifs_setup_session()
4416 cifs_dbg(FYI, "Free previous auth_key.response = %p\n", in cifs_setup_session()
4427 cifs_dbg(VFS, "Send error in SessSetup = %d\n", rc); in cifs_setup_session()