Lines Matching refs:cifs_dbg
309 cifs_dbg(FYI, "%s: failed to create UNC path\n", __func__);
318 cifs_dbg(FYI, "%s: failed to resolve server part of %s to IP: %d\n",
358 cifs_dbg(FYI, "%s: UNC: %s\n", __func__, cifs_sb->origin_fullpath);
366 cifs_dbg(FYI,
412 cifs_dbg(FYI, "%s: will not do DFS failover: rc = %d\n",
428 cifs_dbg(FYI, "%s: will retry %d target(s)\n", __func__,
448 cifs_dbg(FYI, "Mark tcp session as need reconnect\n");
453 cifs_dbg(FYI, "%s: marking sessions and tcons for reconnect\n",
469 cifs_dbg(FYI, "%s: tearing down socket\n", __func__);
472 cifs_dbg(FYI, "State: 0x%x Flags: 0x%lx\n",
475 cifs_dbg(FYI, "Post shutdown state: 0x%x Flags: 0x%lx\n",
489 cifs_dbg(FYI, "%s: moving mids to private list\n", __func__);
502 cifs_dbg(FYI, "%s: issuing mid callbacks\n", __func__);
530 cifs_dbg(FYI, "%s: failed to resolve hostname: %d\n",
539 cifs_dbg(FYI, "reconnect error %d\n", rc);
610 cifs_dbg(FYI, "Unable to send echo request to server: %s\n",
736 cifs_dbg(FYI, "Received no data or error: %d\n", length);
794 cifs_dbg(FYI, "RFC 1002 session keep alive\n");
797 cifs_dbg(FYI, "RFC 1002 positive session response\n");
804 cifs_dbg(FYI, "RFC 1002 negative session response\n");
930 cifs_dbg(FYI, "Clearing mid 0x%llx\n", mid_entry->mid);
941 cifs_dbg(FYI, "Callback mid 0x%llx\n", mid_entry->mid);
959 cifs_dbg(FYI, "Wait for exit from demultiplex thread\n");
1082 cifs_dbg(FYI, "Demultiplex PID: %d\n", task_pid_nr(current));
1116 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length);
1199 cifs_dbg(FYI, "Received oplock break\n");
1343 cifs_dbg(VFS, "Device name not specified\n");
1483 cifs_dbg(FYI, "Null separator not allowed\n");
1493 cifs_dbg(VFS, "Unable to allocate memory for devname\n");
1496 cifs_dbg(VFS, "Malformed UNC in devname\n");
1499 cifs_dbg(VFS, "Unknown error parsing devname\n");
1598 cifs_dbg(VFS,
1604 cifs_dbg(VFS,
1714 cifs_dbg(VFS, "FS-Cache support needs CONFIG_CIFS_FSCACHE kernel config option set\n");
1734 cifs_dbg(VFS,
1742 cifs_dbg(VFS,
1750 cifs_dbg(VFS,
1776 cifs_dbg(VFS,
1783 cifs_dbg(VFS, "%s: Invalid backupuid value\n",
1791 cifs_dbg(VFS, "%s: Invalid backupgid value\n",
1799 cifs_dbg(VFS, "%s: Invalid uid value\n",
1807 cifs_dbg(VFS, "%s: Invalid cruid value\n",
1814 cifs_dbg(VFS, "%s: Invalid gid value\n",
1822 cifs_dbg(VFS, "%s: Invalid file_mode value\n",
1830 cifs_dbg(VFS, "%s: Invalid dir_mode value\n",
1839 cifs_dbg(VFS, "%s: Invalid port value\n",
1847 cifs_dbg(VFS, "Invalid minimum encrypted read offload size (esize)\n");
1854 cifs_dbg(VFS, "%s: Invalid blocksize value\n",
1866 cifs_dbg(VFS, "%s: Invalid blocksize\n",
1874 cifs_dbg(VFS, "%s: Invalid rsize value\n",
1882 cifs_dbg(VFS, "%s: Invalid wsize value\n",
1890 cifs_dbg(VFS, "%s: Invalid actimeo value\n",
1896 cifs_dbg(VFS, "attribute cache timeout too large\n");
1902 cifs_dbg(VFS, "%s: Invalid handletimeout value\n",
1908 cifs_dbg(VFS, "Invalid handle cache timeout, longer than 16 minutes\n");
1914 cifs_dbg(VFS, "%s: Invalid echo interval value\n",
1922 cifs_dbg(VFS, "%s: Invalid snapshot time\n",
1931 cifs_dbg(VFS, "%s: Invalid max_credits value\n",
1940 cifs_dbg(VFS, "%s: Invalid max_channels value, needs to be 1-%d\n",
2073 cifs_dbg(FYI, "Domain name set\n");
2110 cifs_dbg(FYI, "iocharset set to %s\n", string);
2227 cifs_dbg(VFS, "SMB Direct requires Version >=3.0\n");
2234 cifs_dbg(VFS, "Multiuser mounts require kernels with CONFIG_KEYS enabled\n");
2239 cifs_dbg(VFS, "CIFS mount error: No usable UNC path provided in device string!\n");
2245 cifs_dbg(VFS, "Malformed UNC. Unable to find share name.\n");
2477 cifs_dbg(FYI, "Existing tcp session with server found\n");
2535 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC);
2608 cifs_dbg(VFS, "CONFIG_CIFS_SMB_DIRECT is not enabled\n");
2615 cifs_dbg(VFS, "RDMA transport established\n");
2625 cifs_dbg(VFS, "Error connecting to socket. Aborting operation.\n");
2638 cifs_dbg(VFS, "error %d create cifsd thread\n", rc);
2773 cifs_dbg(FYI, "IPC tcon rc = %d ipc tid = %d\n", rc, tcon->tid);
2802 cifs_dbg(FYI, "failed to disconnect IPC tcon (rc=%d)\n", rc);
2833 cifs_dbg(FYI, "%s: ses_count=%d\n", __func__, ses->ses_count);
2913 cifs_dbg(FYI, "Bad ss_family (%hu)\n",
2919 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc);
2923 cifs_dbg(FYI, "domainName is NULL\n");
2930 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc);
2949 cifs_dbg(FYI, "payload=%s\n", payload);
2951 cifs_dbg(FYI, "Unable to find ':' in payload (datalen=%d)\n",
2959 cifs_dbg(FYI, "Bad value from username search (len=%zd)\n",
2967 cifs_dbg(FYI, "Unable to allocate %zd bytes for username\n",
2972 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username);
2976 cifs_dbg(FYI, "Bad len for password search (len=%zd)\n", len);
2986 cifs_dbg(FYI, "Unable to allocate %zd bytes for password\n",
3003 cifs_dbg(FYI, "Unable to allocate %zd bytes for domain\n",
3019 cifs_dbg(FYI, "%s: returning %d\n", __func__, rc);
3051 cifs_dbg(FYI, "Existing smb sess found (status=%d)\n",
3064 cifs_dbg(FYI, "Session needs reconnect\n");
3085 cifs_dbg(FYI, "Existing smb sess not found\n");
3213 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count);
3265 cifs_dbg(FYI, "Found match on UNC path\n");
3283 cifs_dbg(VFS,
3293 cifs_dbg(VFS,
3312 cifs_dbg(VFS,
3320 cifs_dbg(VFS, "Encryption is not supported on share\n");
3331 cifs_dbg(VFS, "Server does not support mounting with posix SMB3.11 extensions\n");
3345 cifs_dbg(FYI, "Tcon rc = %d\n", rc);
3353 cifs_dbg(VFS,
3361 cifs_dbg(VFS,
3369 cifs_dbg(FYI, "enabling persistent handles\n");
3373 cifs_dbg(VFS,
3384 cifs_dbg(VFS, "cache=ro requested on mount but NO_CACHING flag set on share\n");
3386 cifs_dbg(VFS, "cache=singleclient requested on mount but NO_CACHING flag set on share\n");
3391 cifs_dbg(VFS,
3709 cifs_dbg(FYI, "%s: connecting to [%pI6]:%d\n", __func__, &ipv6->sin6_addr,
3717 cifs_dbg(FYI, "%s: connecting to %pI4:%d\n", __func__, &ipv4->sin_addr,
3731 cifs_dbg(FYI, "Socket created\n");
3763 cifs_dbg(FYI, "sndbuf %d rcvbuf %d rcvtimeo 0x%lx\n",
3777 cifs_dbg(FYI, "Error %d connecting to server\n", rc);
3835 cifs_dbg(FYI, "Linux protocol extensions disabled\n");
3841 cifs_dbg(FYI, "Unix extensions disabled so not set on reconnect\n");
3847 cifs_dbg(FYI, "unix caps which server supports %lld\n", cap);
3857 cifs_dbg(VFS, "POSIXPATH support change\n");
3860 cifs_dbg(VFS, "possible reconnect error\n");
3861 cifs_dbg(VFS, "server disabled POSIX path support\n");
3866 cifs_dbg(VFS, "per-share encryption not supported yet\n");
3872 cifs_dbg(FYI, "negotiated posix acl support\n");
3881 cifs_dbg(FYI, "negotiate posix pathnames\n");
3887 cifs_dbg(FYI, "Negotiate caps 0x%x\n", (int)cap);
3890 cifs_dbg(FYI, "FCNTL cap\n");
3892 cifs_dbg(FYI, "EXTATTR cap\n");
3894 cifs_dbg(FYI, "POSIX path cap\n");
3896 cifs_dbg(FYI, "XATTR cap\n");
3898 cifs_dbg(FYI, "POSIX ACL cap\n");
3900 cifs_dbg(FYI, "very large read cap\n");
3902 cifs_dbg(FYI, "very large write cap\n");
3904 cifs_dbg(FYI, "transport encryption cap\n");
3906 cifs_dbg(FYI, "mandatory transport encryption cap\n");
3910 cifs_dbg(FYI, "resetting capabilities failed\n");
3912 cifs_dbg(VFS, "Negotiating Unix capabilities with the server failed. Consider mounting with the Unix Extensions disabled if problems are found by specifying the nounix mount option.\n");
3938 cifs_dbg(FYI, "file mode: %04ho dir mode: %04ho\n",
3998 cifs_dbg(FYI, "mounting share using direct i/o\n");
4002 cifs_dbg(VFS, "mounting share with read only caching. Ensure that the share will not be modified while in use.\n");
4005 cifs_dbg(VFS, "mounting share in single client RW caching mode. Ensure that no other systems will be accessing the share.\n");
4022 cifs_dbg(VFS, "mount options mfsymlinks and sfu both enabled\n");
4028 cifs_dbg(VFS, "mount option dynperm ignored if cifsacl mount option supported\n");
4152 cifs_dbg(VFS, "mounted to read only share\n");
4155 cifs_dbg(VFS, "read only mount of RW share\n");
4224 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path);
4328 cifs_dbg(FYI, "%s: dfs path: %s\n", __func__, path);
4341 cifs_dbg(FYI, "%s: fake_devname: %s\n", __func__, fake_devname);
4421 cifs_dbg(FYI, "Anonymous login\n");
4426 cifs_dbg(FYI, "Username: %s\n", volume_info->username);
4428 cifs_dbg(VFS, "No username specified\n");
4441 cifs_dbg(VFS, "CIFS mount error: iocharset %s not found\n",
4539 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path);
4891 cifs_dbg(FYI, "%s Can't generate NTLM rsp. Error: %d\n",
4956 cifs_dbg(FYI, "IPC connection\n");
4963 cifs_dbg(FYI, "disk share connection\n");
4976 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem);
4984 cifs_dbg(FYI, "Tcon flags: 0x%x\n", tcon->Flags);
5068 cifs_dbg(FYI, "Free previous auth_key.response = %p\n",
5076 cifs_dbg(FYI, "Security Mode: 0x%x Capabilities: 0x%x TimeAdjust: %d\n",
5396 cifs_dbg(VFS, "%s: failed to parse target share %d\n",
5405 cifs_dbg(FYI, "%s: %.*s doesn't match %.*s\n", __func__, (int)dfs_host_len,
5410 cifs_dbg(VFS, "%s: failed to match target ip: %d\n", __func__, rc);
5415 cifs_dbg(FYI, "%s: skipping target\n", __func__);