/openbmc/linux/fs/smb/client/ |
H A D | smb2transport.c | 96 cifs_server_dbg(FYI, "%s: Could not find session 0x%llx\n", in smb3_get_sign_key() 271 cifs_server_dbg(FYI, "%s: [sesid=0x%llx] couldn't find signing key: %d\n", in smb2_calc_signature() 282 cifs_server_dbg(VFS, in smb2_calc_signature() 292 cifs_server_dbg(VFS, in smb2_calc_signature() 300 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature() 316 cifs_server_dbg(VFS, in smb2_calc_signature() 352 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in generate_key() 359 cifs_server_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_key() 365 cifs_server_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_key() 371 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key() [all …]
|
H A D | cifs_debug.h | 99 #define cifs_server_dbg(type, fmt, ...) \ macro 143 #define cifs_server_dbg(type, fmt, ...) \ macro
|
H A D | transport.c | 106 cifs_server_dbg(VFS, "Invalid mid allocation time\n"); in __release_mid() 220 cifs_server_dbg(VFS, "sends on sock %p stuck for 15 seconds\n", in smb_send_kvec() 234 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec() 409 cifs_server_dbg(VFS, "Error %d sending data on socket to server\n", in __smb_send_rqst() 442 cifs_server_dbg(VFS, "Encryption requested but transform callback is missing\n"); in smb_send_rqst() 558 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 601 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 913 cifs_server_dbg(VFS, "%s: invalid mid state mid=%llu state=%d\n", in cifs_sync_mid_result() 956 cifs_server_dbg(VFS, "SMB signature verification returned error = %d\n", in cifs_check_receive() 1220 cifs_server_dbg(FYI, "Cancelling wait for mid %llu cmd: %d\n", in compound_send_recv() [all …]
|
H A D | connect.c | 614 cifs_server_dbg(FYI, "send echo request: rc = %d\n", rc); in cifs_echo_request() 629 cifs_server_dbg(VFS, "No memory for large SMB response\n"); in allocate_buffers() 642 cifs_server_dbg(VFS, "No memory for SMB response\n"); in allocate_buffers() 688 cifs_server_dbg(VFS, "has not responded in %lu seconds. Reconnecting...\n", in server_unresponsive() 859 cifs_server_dbg(VFS, "RFC 1002 unknown response type 0x%x\n", type); in is_smb_response() 1082 cifs_server_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length); in standard_receive3() 1166 cifs_server_dbg(FYI, "%s: added %u credits total=%d\n", in smb2_add_credits_from_hdr() 1232 cifs_server_dbg(VFS, "SMB response too short (%u bytes)\n", in cifs_demultiplex_thread() 1290 cifs_server_dbg(VFS, in cifs_demultiplex_thread() 1309 cifs_server_dbg(FYI, in cifs_demultiplex_thread() [all …]
|
H A D | smb2ops.c | 151 cifs_server_dbg(VFS, "Possible client or server bug - zero credits\n"); in smb2_add_credits() 154 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits() 298 cifs_server_dbg(VFS, "request has less credits (%d) than required (%d)", in smb2_adjust_credits() 314 cifs_server_dbg(VFS, "trying to return %d credits to old session\n", in smb2_adjust_credits() 364 cifs_server_dbg(VFS, "Encrypted frame parsing not supported yet\n"); in __smb2_find_mid() 404 cifs_server_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Mid: %llu Pid: %d\n", in smb2_dump_detail() 408 cifs_server_dbg(VFS, "smb buf %p len %u\n", buf, in smb2_dump_detail() 4272 cifs_server_dbg(FYI, "%s: Could not get %scryption key. sid: 0x%llx\n", __func__, in crypt_message() 4284 cifs_server_dbg(VFS, "%s: Failed to set aead key %d\n", __func__, rc); in crypt_message() 4290 cifs_server_dbg(VFS, "%s: Failed to set authsize %d\n", __func__, rc); in crypt_message() [all …]
|
H A D | smb2pdu.c | 204 cifs_server_dbg(VFS, in cifs_chan_skip_or_disable() 456 cifs_server_dbg(VFS, "supports multichannel now\n"); in smb2_reconnect() 704 cifs_server_dbg(VFS, "Bad frame length assembling neg contexts\n"); in assemble_neg_contexts() 922 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n"); in smb311_decode_neg_context() 962 cifs_server_dbg(VFS, "unknown negcontext of type %d ignored\n", in smb311_decode_neg_context() 1140 …cifs_server_dbg(VFS, "Dialect not supported by server. Consider specifying vers=1.0 or vers=2.0 o… in SMB2_negotiate() 1149 cifs_server_dbg(VFS, in SMB2_negotiate() 1153 cifs_server_dbg(VFS, in SMB2_negotiate() 1164 cifs_server_dbg(VFS, in SMB2_negotiate() 1178 cifs_server_dbg(VFS, "Invalid 0x%x dialect returned: not requested\n", in SMB2_negotiate() [all …]
|
H A D | smb2misc.c | 822 cifs_server_dbg(FYI, "tid=0x%x: tcon is closing, skipping async close retry of fid %llu %llu\n", in smb2_handle_cancelled_close()
|
H A D | sess.c | 216 cifs_server_dbg(VFS, "no multichannel support\n"); in cifs_try_adding_channels()
|