Home
last modified time | relevance | path

Searched refs:cifs_server_dbg (Results 1 – 9 of 9) sorted by relevance

/linux/fs/smb/client/
A Dsmb2transport.c96 cifs_server_dbg(FYI, "%s: Could not find session 0x%llx\n", in smb2_get_sign_key()
245 cifs_server_dbg(FYI, "%s: Could not find session\n", __func__); in smb2_calc_signature()
255 cifs_server_dbg(VFS, in smb2_calc_signature()
266 cifs_server_dbg(VFS, in smb2_calc_signature()
274 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature()
290 cifs_server_dbg(VFS, in smb2_calc_signature()
328 cifs_server_dbg(VFS, "%s: crypto alloc failed\n", __func__); in generate_key()
347 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key()
619 cifs_server_dbg(VFS, "%s: Could not update with payload\n", in smb3_calc_signature()
925 cifs_server_dbg(VFS, "%s: Failed alloc encrypt aead\n", in smb3_crypto_aead_allocate()
[all …]
A Dcifs_debug.h99 #define cifs_server_dbg(type, fmt, ...) \ macro
143 #define cifs_server_dbg(type, fmt, ...) \ macro
A Dtransport.c107 cifs_server_dbg(VFS, "Invalid mid allocation time\n"); in __release_mid()
221 cifs_server_dbg(VFS, "sends on sock %p stuck for 15 seconds\n", in smb_send_kvec()
235 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec()
410 cifs_server_dbg(VFS, "Error %d sending data on socket to server\n", in __smb_send_rqst()
562 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits()
605 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits()
917 cifs_server_dbg(VFS, "%s: invalid mid state mid=%llu state=%d\n", in cifs_sync_mid_result()
960 cifs_server_dbg(VFS, "SMB signature verification returned error = %d\n", in cifs_check_receive()
1224 cifs_server_dbg(FYI, "Cancelling wait for mid %llu cmd: %d\n", in compound_send_recv()
1392 cifs_server_dbg(VFS, "Invalid length, greater than maximum frame, %d\n", in SendReceive()
[all …]
A Dconnect.c614 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()
1143 cifs_server_dbg(FYI, "%s: added %u credits total=%d\n", in smb2_add_credits_from_hdr()
1209 cifs_server_dbg(VFS, "SMB response too short (%u bytes)\n", in cifs_demultiplex_thread()
1267 cifs_server_dbg(VFS, in cifs_demultiplex_thread()
1286 cifs_server_dbg(FYI, in cifs_demultiplex_thread()
1939 cifs_server_dbg(VFS, in cifs_setup_ipc()
2050 cifs_server_dbg(FYI, "%s: Session Logoff: rc=%d\n", in __cifs_put_smb_ses()
3078 cifs_server_dbg(VFS, "Error %d creating socket\n", rc); in generic_ip_connect()
[all …]
A Ddfs.c405 cifs_server_dbg(FYI, "%s: skipping ipc reconnect due to disconnected ses\n", in __tree_connect_ipc()
418 cifs_server_dbg(FYI, "%s: tree_reconnect %s: %d\n", __func__, tree, rc); in __tree_connect_ipc()
A Dsmb2ops.c166 cifs_server_dbg(VFS, "Possible client or server bug - zero credits\n"); in smb2_add_credits()
169 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits()
400 cifs_server_dbg(VFS, "Encrypted frame parsing not supported yet\n"); in __smb2_find_mid()
440 cifs_server_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Mid: %llu Pid: %d\n", in smb2_dump_detail()
444 cifs_server_dbg(VFS, "smb buf %p len %u\n", buf, in smb2_dump_detail()
4347 cifs_server_dbg(VFS, "%s: Failed to set aead key %d\n", __func__, rc); in crypt_message()
4353 cifs_server_dbg(VFS, "%s: Failed to set authsize %d\n", __func__, rc); in crypt_message()
4639 cifs_server_dbg(VFS, "only big read responses are supported\n"); in handle_read_data()
5006 cifs_server_dbg(VFS, "too many PDUs in compound\n"); in receive_encrypted_standard()
5052 cifs_server_dbg(VFS, "Transform message is too small (%u)\n", in smb3_receive_transform()
[all …]
A Dsmb2pdu.c207 cifs_server_dbg(VFS, in cifs_chan_skip_or_disable()
459 cifs_server_dbg(VFS, "supports multichannel now\n"); in smb2_reconnect()
707 cifs_server_dbg(VFS, "Bad frame length assembling neg contexts\n"); in assemble_neg_contexts()
925 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n"); in smb311_decode_neg_context()
965 cifs_server_dbg(VFS, "unknown negcontext of type %d ignored\n", in smb311_decode_neg_context()
1152 cifs_server_dbg(VFS, in SMB2_negotiate()
1156 cifs_server_dbg(VFS, in SMB2_negotiate()
1167 cifs_server_dbg(VFS, in SMB2_negotiate()
1199 cifs_server_dbg(VFS, "Invalid dialect returned by server 0x%x\n", in SMB2_negotiate()
1267 cifs_server_dbg(VFS, "Missing expected negotiate contexts\n"); in SMB2_negotiate()
[all …]
A Dsmb2misc.c822 cifs_server_dbg(FYI, "tid=0x%x: tcon is closing, skipping async close retry of fid %llu %llu\n", in smb2_handle_cancelled_close()
A Dsess.c204 cifs_server_dbg(VFS, "no multichannel support\n"); in cifs_try_adding_channels()

Completed in 44 milliseconds