Lines Matching refs:FYI

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");
1483 cifs_dbg(FYI, "Null separator not allowed\n");
2073 cifs_dbg(FYI, "Domain name set\n");
2110 cifs_dbg(FYI, "iocharset set to %s\n", string);
2477 cifs_dbg(FYI, "Existing tcp session with server found\n");
2535 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC);
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");
3345 cifs_dbg(FYI, "Tcon rc = %d\n", rc);
3369 cifs_dbg(FYI, "enabling persistent handles\n");
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);
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");
3938 cifs_dbg(FYI, "file mode: %04ho dir mode: %04ho\n",
3998 cifs_dbg(FYI, "mounting share using direct i/o\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);
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",
5405 cifs_dbg(FYI, "%s: %.*s doesn't match %.*s\n", __func__, (int)dfs_host_len,
5415 cifs_dbg(FYI, "%s: skipping target\n", __func__);