Searched refs:cifs_server_dbg (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | smb2transport.c | 179 cifs_server_dbg(VFS, "%s: Could not find session\n", __func__); in smb2_calc_signature() 188 cifs_server_dbg(VFS, "%s: sha256 alloc failed\n", __func__); in smb2_calc_signature() 195 cifs_server_dbg(VFS, "%s: Could not update with response\n", __func__); in smb2_calc_signature() 202 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature() 218 cifs_server_dbg(VFS, "%s: Could not update with payload\n", in smb2_calc_signature() 249 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in generate_key() 256 cifs_server_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_key() 262 cifs_server_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_key() 269 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key() 276 cifs_server_dbg(VFS, "%s: Could not update with label\n", __func__); in generate_key() [all …]
|
D | transport.c | 107 cifs_server_dbg(VFS, "invalid mid allocation time\n"); in _cifs_mid_q_entry_release() 236 cifs_server_dbg(VFS, "sends on sock %p stuck for 15 seconds\n", in smb_send_kvec() 250 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec() 444 cifs_server_dbg(VFS, "Error %d sending data on socket to server\n", in __smb_send_rqst() 477 cifs_server_dbg(VFS, "Encryption requested but transform " in smb_send_rqst() 554 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 595 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 880 cifs_server_dbg(VFS, "%s: invalid mid state mid=%llu state=%d\n", in cifs_sync_mid_result() 921 cifs_server_dbg(VFS, "SMB signature verification returned error = %d\n", in cifs_check_receive() 1118 cifs_server_dbg(VFS, "Cancelling wait for mid %llu cmd: %d\n", in compound_send_recv() [all …]
|
D | cifs_debug.h | 100 #define cifs_server_dbg(type, fmt, ...) \ macro 148 #define cifs_server_dbg(type, fmt, ...) \ macro
|
D | connect.c | 501 cifs_server_dbg(VFS, "%s: no target servers for DFS failover\n", in cifs_reconnect() 632 cifs_server_dbg(VFS, "%s: failed to update DFS target hint: rc = %d\n", in cifs_reconnect() 637 cifs_server_dbg(VFS, "%s: failed to update vol info in DFS cache: rc = %d\n", in cifs_reconnect() 693 cifs_server_dbg(VFS, "No memory for large SMB response\n"); in allocate_buffers() 706 cifs_server_dbg(VFS, "No memory for SMB response\n"); in allocate_buffers() 737 cifs_server_dbg(VFS, "has not responded in %lu seconds. Reconnecting...\n", in server_unresponsive() 876 cifs_server_dbg(VFS, "RFC 1002 unknown response type 0x%x\n", type); in is_smb_response() 1028 cifs_server_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length); in standard_receive3() 1169 cifs_server_dbg(VFS, "SMB response too short (%u bytes)\n", in cifs_demultiplex_thread() 1242 cifs_server_dbg(VFS, "No task to wake, unknown frame " in cifs_demultiplex_thread() [all …]
|
D | smb2ops.c | 112 cifs_server_dbg(VFS, "Possible client or server bug - zero credits\n"); in smb2_add_credits() 115 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits() 235 cifs_server_dbg(VFS, "trying to return %d credits to old session\n", in smb2_adjust_credits() 275 cifs_server_dbg(VFS, "Encrypted frame parsing not supported yet\n"); in smb2_find_mid() 299 cifs_server_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Mid: %llu Pid: %d\n", in smb2_dump_detail() 302 cifs_server_dbg(VFS, "smb buf %p len %u\n", buf, in smb2_dump_detail() 3641 cifs_server_dbg(VFS, "%s: Could not get %scryption key\n", __func__, in crypt_message() 3648 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in crypt_message() 3656 cifs_server_dbg(VFS, "%s: Failed to set aead key %d\n", __func__, rc); in crypt_message() 3662 cifs_server_dbg(VFS, "%s: Failed to set authsize %d\n", __func__, rc); in crypt_message() [all …]
|
D | smb2pdu.c | 545 cifs_server_dbg(VFS, "Bad frame length assembling neg contexts\n"); in assemble_neg_contexts() 663 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n"); in smb311_decode_neg_context() 695 cifs_server_dbg(VFS, "unknown negcontext of type %d ignored\n", in smb311_decode_neg_context() 873 cifs_server_dbg(VFS, "Dialect not supported by server. Consider " in SMB2_negotiate() 883 cifs_server_dbg(VFS, in SMB2_negotiate() 887 cifs_server_dbg(VFS, in SMB2_negotiate() 894 cifs_server_dbg(VFS, in SMB2_negotiate() 908 cifs_server_dbg(VFS, "Illegal 0x%x dialect returned: not requested\n", in SMB2_negotiate() 926 cifs_server_dbg(VFS, "Illegal dialect returned by server 0x%x\n", in SMB2_negotiate() 986 cifs_server_dbg(VFS, "Missing expected negotiate contexts\n"); in SMB2_negotiate() [all …]
|