Searched refs:cifs_server_dbg (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | smb2transport.c | 94 cifs_server_dbg(VFS, "%s: Could not find session 0x%llx\n", in smb2_get_sign_key() 228 cifs_server_dbg(VFS, "%s: Could not find session\n", __func__); in smb2_calc_signature() 238 cifs_server_dbg(VFS, in smb2_calc_signature() 249 cifs_server_dbg(VFS, in smb2_calc_signature() 257 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature() 273 cifs_server_dbg(VFS, in smb2_calc_signature() 311 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in generate_key() 330 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key() 593 cifs_server_dbg(VFS, "%s: Could not update with payload\n", in smb3_calc_signature() 899 cifs_server_dbg(VFS, "%s: Failed alloc encrypt aead\n", in smb3_crypto_aead_allocate() [all …]
|
A D | cifs_debug.h | 99 #define cifs_server_dbg(type, fmt, ...) \ macro 143 #define cifs_server_dbg(type, fmt, ...) \ macro
|
A D | transport.c | 103 cifs_server_dbg(VFS, "Invalid mid allocation time\n"); in __release_mid() 226 cifs_server_dbg(VFS, "sends on sock %p stuck for 15 seconds\n", in smb_send_kvec() 240 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec() 406 cifs_server_dbg(VFS, "Error %d sending data on socket to server\n", in __smb_send_rqst() 537 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 590 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits() 902 cifs_server_dbg(VFS, "%s: invalid mid state mid=%llu state=%d\n", in cifs_sync_mid_result() 943 cifs_server_dbg(VFS, "SMB signature verification returned error = %d\n", in cifs_check_receive() 1201 cifs_server_dbg(FYI, "Cancelling wait for mid %llu cmd: %d\n", in compound_send_recv() 1368 cifs_server_dbg(VFS, "Invalid length, greater than maximum frame, %d\n", in SendReceive() [all …]
|
A D | connect.c | 570 cifs_server_dbg(VFS, "No memory for large SMB response\n"); in allocate_buffers() 583 cifs_server_dbg(VFS, "No memory for SMB response\n"); in allocate_buffers() 1090 cifs_server_dbg(FYI, "%s: added %u credits total=%d\n", in smb2_add_credits_from_hdr() 1153 cifs_server_dbg(VFS, "SMB response too short (%u bytes)\n", in cifs_demultiplex_thread() 1796 cifs_server_dbg(VFS, in cifs_setup_ipc() 1816 cifs_server_dbg(VFS, "failed to connect to IPC (rc=%d)\n", rc); in cifs_setup_ipc() 1918 cifs_server_dbg(VFS, "%s: Session Logoff failure rc=%d\n", in cifs_put_smb_ses() 2778 cifs_server_dbg(VFS, "Failed to bind to: %pI6c, error: %d\n", in bind_socket() 2781 cifs_server_dbg(VFS, "Failed to bind to: %pI4, error: %d\n", in bind_socket() 2876 cifs_server_dbg(VFS, "Error %d creating socket\n", rc); in generic_ip_connect() [all …]
|
A D | smb2ops.c | 143 cifs_server_dbg(VFS, "Possible client or server bug - zero credits\n"); in smb2_add_credits() 146 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits() 280 cifs_server_dbg(VFS, "request has less credits (%d) than required (%d)", in smb2_adjust_credits() 296 cifs_server_dbg(VFS, "trying to return %d credits to old session\n", in smb2_adjust_credits() 346 cifs_server_dbg(VFS, "Encrypted frame parsing not supported yet\n"); in __smb2_find_mid() 389 cifs_server_dbg(VFS, "smb buf %p len %u\n", buf, in smb2_dump_detail() 4386 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in crypt_message() 4637 cifs_server_dbg(VFS, "only big read responses are supported\n"); in handle_read_data() 5015 cifs_server_dbg(VFS, "too many PDUs in compound\n"); in receive_encrypted_standard() 5061 cifs_server_dbg(VFS, "Transform message is too small (%u)\n", in smb3_receive_transform() [all …]
|
A D | smb2pdu.c | 520 cifs_server_dbg(VFS, "Bad frame length assembling neg contexts\n"); in assemble_neg_contexts() 710 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n"); in smb311_decode_neg_context() 745 cifs_server_dbg(VFS, "unknown negcontext of type %d ignored\n", in smb311_decode_neg_context() 940 cifs_server_dbg(VFS, in SMB2_negotiate() 944 cifs_server_dbg(VFS, in SMB2_negotiate() 955 cifs_server_dbg(VFS, in SMB2_negotiate() 969 cifs_server_dbg(VFS, "Invalid 0x%x dialect returned: not requested\n", in SMB2_negotiate() 987 cifs_server_dbg(VFS, "Invalid dialect returned by server 0x%x\n", in SMB2_negotiate() 1055 cifs_server_dbg(VFS, "Missing expected negotiate contexts\n"); in SMB2_negotiate() 1717 cifs_server_dbg(VFS, "signing requested but authenticated as guest\n"); in SMB2_sess_setup() [all …]
|
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()
|
Completed in 50 milliseconds