Lines Matching refs:cifs_dbg

169 		cifs_dbg(VFS,  in cifs_chan_skip_or_disable()
240 cifs_dbg(FYI, "can not send cmd %d while umounting\n", in smb2_reconnect()
296 cifs_dbg(FYI, "sess reconnect mask: 0x%lx, tcon reconnect: %d", in smb2_reconnect()
405 cifs_dbg(FYI, "reconnect tcon rc = %d\n", rc); in smb2_reconnect()
409 cifs_dbg(VFS, "reconnect tcon failed rc = %d\n", rc); in smb2_reconnect()
446 cifs_dbg(FYI, "%s: failed to query server interfaces: %d\n", in smb2_reconnect()
830 cifs_dbg(FYI, "decode SMB3.11 encryption neg context of len %d\n", len); in decode_encrypt_ctx()
845 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
848 cifs_dbg(VFS, "Server does not support requested encryption type (AES256 GCM)\n"); in decode_encrypt_ctx()
902 cifs_dbg(FYI, "signing algorithm %d chosen\n", in decode_signing_ctx()
917 cifs_dbg(FYI, "decoding %d negotiate contexts\n", ctxt_cnt); in smb311_decode_neg_context()
1005 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf()
1016 cifs_dbg(FYI, "%s: no mode\n", __func__); in add_posix_context()
1057 cifs_dbg(FYI, "Negotiate protocol\n"); in SMB2_negotiate()
1180 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode); in SMB2_negotiate()
1183 cifs_dbg(FYI, "negotiated smb2.0 dialect\n"); in SMB2_negotiate()
1185 cifs_dbg(FYI, "negotiated smb2.1 dialect\n"); in SMB2_negotiate()
1187 cifs_dbg(FYI, "negotiated smb3.0 dialect\n"); in SMB2_negotiate()
1189 cifs_dbg(FYI, "negotiated smb3.02 dialect\n"); in SMB2_negotiate()
1191 cifs_dbg(FYI, "negotiated smb3.1.1 dialect\n"); in SMB2_negotiate()
1218 cifs_dbg(FYI, "Server returned unexpected security mode 0x%x\n", in SMB2_negotiate()
1241 cifs_dbg(FYI, "missing security blob on negprot\n"); in SMB2_negotiate()
1277 cifs_dbg(FYI, "validate negotiate\n"); in smb3_validate_negotiate()
1294 cifs_dbg(FYI, "Can't validate negotiate: null user mount\n"); in smb3_validate_negotiate()
1395 cifs_dbg(FYI, "validate negotiate info successful\n"); in smb3_validate_negotiate()
1474 cifs_dbg(FYI, "Binding to sess id: %llx\n", ses->Suid); in SMB2_sess_alloc_buffer()
1484 cifs_dbg(FYI, "Fresh session. Previous: %llx\n", in SMB2_sess_alloc_buffer()
1582 cifs_dbg(FYI, in SMB2_sess_establish_session()
1594 cifs_dbg(FYI, "SMB2/3 session established successfully\n"); in SMB2_sess_establish_session()
1618 cifs_dbg(VFS, "Verify user has a krb5 ticket and keyutils is installed\n"); in SMB2_auth_kerberos()
1629 cifs_dbg(VFS, "bad cifs.upcall version. Expected %d got %d\n", in SMB2_auth_kerberos()
1645 cifs_dbg(VFS, "Kerberos can't allocate (%u bytes) memory\n", in SMB2_auth_kerberos()
1685 cifs_dbg(VFS, "Kerberos negotiated but upcall support disabled!\n"); in SMB2_auth_kerberos()
1729 cifs_dbg(VFS, "spnego not supported for SMB2 yet\n"); in SMB2_sess_auth_rawntlmssp_negotiate()
1749 cifs_dbg(VFS, "Invalid security buffer offset %d\n", in SMB2_sess_auth_rawntlmssp_negotiate()
1759 cifs_dbg(FYI, "rawntlmssp session setup challenge phase\n"); in SMB2_sess_auth_rawntlmssp_negotiate()
1810 cifs_dbg(FYI, "build_ntlmssp_auth_blob failed %d\n", rc); in SMB2_sess_auth_rawntlmssp_authenticate()
1816 cifs_dbg(VFS, "spnego not supported for SMB2 yet\n"); in SMB2_sess_auth_rawntlmssp_authenticate()
1842 cifs_dbg(VFS, "%s: dumping generated SMB2 session keys\n", __func__); in SMB2_sess_auth_rawntlmssp_authenticate()
1847 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in SMB2_sess_auth_rawntlmssp_authenticate()
1849 cifs_dbg(VFS, "Session Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
1851 cifs_dbg(VFS, "Signing Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
1872 cifs_dbg(FYI, "sess setup type %d\n", type); in SMB2_select_sec()
1874 cifs_dbg(VFS, "Unable to select appropriate authentication method!\n"); in SMB2_select_sec()
1886 cifs_dbg(VFS, "secType %d not supported!\n", type); in SMB2_select_sec()
1901 cifs_dbg(FYI, "Session Setup\n"); in SMB2_sess_setup()
1953 cifs_dbg(FYI, "disconnect session %p\n", ses); in SMB2_logoff()
2034 cifs_dbg(FYI, "TCON\n"); in SMB2_tcon()
2110 cifs_dbg(FYI, "connection to disk share\n"); in SMB2_tcon()
2114 cifs_dbg(FYI, "connection to pipe share\n"); in SMB2_tcon()
2118 cifs_dbg(FYI, "connection to printer\n"); in SMB2_tcon()
2172 cifs_dbg(FYI, "Tree Disconnect\n"); in SMB2_tdis()
2272 cifs_dbg(FYI, "parse query id context 0x%llx 0x%llx\n", in parse_query_id_ctxt()
2295 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt()
2303 cifs_dbg(VFS, "bad group sid in posix create response\n"); in parse_posix_ctxt()
2308 cifs_dbg(FYI, "nlink=%d mode=%o reparse_tag=%x\n", in parse_posix_ctxt()
2370 cifs_dbg(FYI, "%s: unhandled context (nlen=%zu dlen=%zu)\n", in smb2_parse_contexts()
2601cifs_dbg(FYI, "owner S-1-5-88-1-%d, group S-1-5-88-2-%d\n", current_fsuid().val, current_fsgid().v… in setup_owner_group_sids()
2833 cifs_dbg(FYI, "mkdir\n"); in smb311_posix_mkdir()
3090 cifs_dbg(FYI, "adding snapshot context\n"); in SMB2_open_init()
3114 cifs_dbg(FYI, "add sd with mode 0x%x\n", oparms->mode); in SMB2_open_init()
3191 cifs_dbg(FYI, "create/open\n"); in SMB2_open()
3413 cifs_dbg(FYI, "SMB2 IOCTL\n"); in SMB2_ioctl()
3537 cifs_dbg(FYI, "set compression rc %d\n", rc); in SMB2_set_compression()
3599 cifs_dbg(FYI, "Close\n"); in __SMB2_close()
3656 cifs_dbg(VFS, "handle cancelled close fid 0x%llx returned error %d\n", in __SMB2_close()
3685 cifs_dbg(VFS, "buffer length %d smaller than minimum size %d\n", in smb2_validate_iov()
3692 cifs_dbg(VFS, "buffer length %d or smb length %d too large\n", in smb2_validate_iov()
3698 cifs_dbg(VFS, "Invalid server response, bad offset to data\n"); in smb2_validate_iov()
3796 cifs_dbg(FYI, "Query Info\n"); in query_info()
3993 cifs_dbg(FYI, "change notify\n"); in SMB2_change_notify()
4125 cifs_dbg(FYI, "Reconnecting tcons and channels\n"); in smb2_reconnect_server()
4214 cifs_dbg(FYI, "Reconnecting tcons and channels finished\n"); in smb2_reconnect_server()
4233 cifs_dbg(FYI, "In echo request for conn_id %lld\n", server->conn_id); in SMB2_echo()
4258 cifs_dbg(FYI, "Echo request failed: %d\n", rc); in SMB2_echo()
4314 cifs_dbg(FYI, "flush\n"); in SMB2_flush()
4503 cifs_dbg(FYI, "%s: mid=%llu state=%d result=%d bytes=%u\n", in smb2_readv_callback()
4586 cifs_dbg(FYI, "%s: offset=%llu bytes=%u\n", in smb2_async_readv()
4689 cifs_dbg(VFS, "Send error in read = %d\n", rc); in SMB2_read()
4712 cifs_dbg(FYI, "bad length %d for count %d\n", in SMB2_read()
4925 cifs_dbg(FYI, "async write at %llu %u bytes iter=%zx\n", in smb2_async_writev()
5057 cifs_dbg(VFS, "Send error in write = %d\n", rc); in SMB2_write()
5189 cifs_dbg(VFS, "malformed search entry would overflow\n"); in num_entries()
5205 cifs_dbg(VFS, "directory entry name would overflow frame end of buf %p\n", in num_entries()
5366 cifs_dbg(FYI, "num entries %d last_index %lld srch start %p srch end %p\n", in smb2_parse_query_directory()
5648 cifs_dbg(FYI, "SMB2_oplock_break\n"); in SMB2_oplock_break()
5679 cifs_dbg(FYI, "Send error in Oplock Break = %d\n", rc); in SMB2_oplock_break()
5730 cifs_dbg(FYI, "Query FSInfo level %d\n", level); in build_qfs_info_req()
5924 cifs_dbg(FYI, "Invalid qfsinfo level %d\n", level); in SMB2_QFS_attr()
6011 cifs_dbg(FYI, "smb2_lockv num lock %d\n", num_lock); in smb2_lockv()
6048 cifs_dbg(FYI, "Send error in smb2_lockv = %d\n", rc); in smb2_lockv()
6095 cifs_dbg(FYI, "SMB2_lease_break\n"); in SMB2_lease_break()
6130 cifs_dbg(FYI, "Send error in Lease Break = %d\n", rc); in SMB2_lease_break()