Searched refs:cifs_tcon_dbg (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | cifs_debug.h | 123 #define cifs_tcon_dbg(type, fmt, ...) \ macro 150 #define cifs_tcon_dbg(type, fmt, ...) \ macro
|
D | smb2misc.c | 762 cifs_tcon_dbg(VFS, "Close unmatched open for MID:%llu\n", in smb2_cancelled_close_fid() 765 cifs_tcon_dbg(VFS, "Close interrupted close\n"); in smb2_cancelled_close_fid() 770 cifs_tcon_dbg(VFS, "Close cancelled mid failed rc:%d\n", rc); in smb2_cancelled_close_fid()
|
D | smb2pdu.c | 1124 cifs_tcon_dbg(VFS, "Unexpected null user (anonymous) auth flag sent by server\n"); in smb3_validate_negotiate() 1185 cifs_tcon_dbg(VFS, "Server does not support validate negotiate\n"); in smb3_validate_negotiate() 1189 cifs_tcon_dbg(VFS, "validate protocol negotiate failed: %d\n", in smb3_validate_negotiate() 1197 cifs_tcon_dbg(VFS, "Invalid protocol negotiate response size: %d\n", in smb3_validate_negotiate() 1224 cifs_tcon_dbg(VFS, "protocol revalidation - security settings mismatch\n"); in smb3_validate_negotiate() 1948 cifs_tcon_dbg(VFS, "DFS capability contradicts DFS flag\n"); in SMB2_tcon() 1952 cifs_tcon_dbg(VFS, "Encryption is requested but not supported\n"); in SMB2_tcon() 1965 cifs_tcon_dbg(VFS, "BAD_NETWORK_NAME: %s\n", tree); in SMB2_tcon() 3267 cifs_tcon_dbg(VFS, "srv returned invalid ioctl length: %d\n", *plen); in SMB2_ioctl() 3274 cifs_tcon_dbg(VFS, "Malformed ioctl resp: len %d offset %d\n", *plen, in SMB2_ioctl() [all …]
|
D | smb2ops.c | 708 cifs_tcon_dbg(VFS, "error %d on ioctl to get interface list\n", rc); in SMB3_request_interfaces() 1365 cifs_tcon_dbg(VFS, "refcpy ioctl error %d getting resume key\n", rc); in SMB2_request_res_key() 1369 cifs_tcon_dbg(VFS, "Invalid refcopy resume key length\n"); in SMB2_request_res_key() 1538 cifs_tcon_dbg(VFS, "Invalid passthru query flags: 0x%x\n", in smb2_ioctl_query_info() 1673 cifs_tcon_dbg(VFS, "Invalid cchunk response size\n"); in smb2_copychunk_range() 1687 cifs_tcon_dbg(VFS, "Invalid copy chunk response\n"); in smb2_copychunk_range() 1692 cifs_tcon_dbg(VFS, "Invalid num chunks written\n"); in smb2_copychunk_range() 2753 cifs_tcon_dbg(VFS, "%s: ioctl error: rc=%d\n", __func__, rc); in smb2_get_dfs_refer() 2762 cifs_tcon_dbg(VFS, "parse error in %s rc=%d\n", __func__, rc); in smb2_get_dfs_refer() 2986 cifs_tcon_dbg(VFS, "srv returned invalid ioctl len: %d\n", in smb2_query_symlink() [all …]
|
D | transport.c | 1515 cifs_tcon_dbg(VFS, "Invalid length, greater than maximum frame, %d\n", in SendReceiveBlockingLock() 1621 cifs_tcon_dbg(VFS, "Bad MID state?\n"); in SendReceiveBlockingLock()
|