Searched refs:cifs_server_dbg (Results 1 – 5 of 5) sorted by relevance
/linux/fs/smb/client/ |
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 | smb2ops.c | 166 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() 321 cifs_server_dbg(VFS, "R=%x[%x] request has less credits (%d) than required (%d)", in smb2_adjust_credits() 344 cifs_server_dbg(VFS, "R=%x[%x] trying to return %d credits to old session\n", in smb2_adjust_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() 4310 cifs_server_dbg(FYI, "%s: Could not get %scryption key. sid: 0x%llx\n", __func__, in crypt_message() 4322 cifs_server_dbg(VFS, "%s: Failed to set aead key %d\n", __func__, rc); in crypt_message() 4328 cifs_server_dbg(VFS, "%s: Failed to set authsize %d\n", __func__, rc); in crypt_message() [all …]
|
H A D | smb2pdu.c | 207 cifs_server_dbg(VFS, in cifs_chan_skip_or_disable() 452 cifs_server_dbg(VFS, "supports multichannel now\n"); in smb2_reconnect() 701 cifs_server_dbg(VFS, "Bad frame length assembling neg contexts\n"); in assemble_neg_contexts() 919 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n"); in smb311_decode_neg_context() 959 cifs_server_dbg(VFS, "unknown negcontext of type %d ignored\n", in smb311_decode_neg_context() 1137 …cifs_server_dbg(VFS, "Dialect not supported by server. Consider specifying vers=1.0 or vers=2.0 o… in SMB2_negotiate() 1146 cifs_server_dbg(VFS, in SMB2_negotiate() 1150 cifs_server_dbg(VFS, in SMB2_negotiate() 1161 cifs_server_dbg(VFS, in SMB2_negotiate() 1175 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 | 179 cifs_server_dbg(VFS, "no multichannel support\n"); in cifs_try_adding_channels()
|