Searched refs:cifs_tcon_dbg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.h | 123 #define cifs_tcon_dbg(type, fmt, ...) \ macro 150 #define cifs_tcon_dbg(type, fmt, ...) \ macro
|
H A D | smb2misc.c | 760 cifs_tcon_dbg(VFS, "Close unmatched open for MID:%llu\n", in smb2_cancelled_close_fid() 763 cifs_tcon_dbg(VFS, "Close interrupted close\n"); in smb2_cancelled_close_fid() 768 cifs_tcon_dbg(VFS, "Close cancelled mid failed rc:%d\n", rc); in smb2_cancelled_close_fid()
|
H A D | smb2pdu.c | 1369 cifs_tcon_dbg(VFS, "Server does not support validate negotiate\n"); in smb3_validate_negotiate() 1373 cifs_tcon_dbg(VFS, "validate protocol negotiate failed: %d\n", in smb3_validate_negotiate() 1381 cifs_tcon_dbg(VFS, "Invalid protocol negotiate response size: %d\n", in smb3_validate_negotiate() 2143 cifs_tcon_dbg(VFS, "DFS capability contradicts DFS flag\n"); in SMB2_tcon() 2147 cifs_tcon_dbg(VFS, "Encryption is requested but not supported\n"); in SMB2_tcon() 2163 cifs_tcon_dbg(VFS, "BAD_NETWORK_NAME: %s\n", tree); in SMB2_tcon() 3868 cifs_tcon_dbg(VFS, in query_info() 5278 cifs_tcon_dbg(VFS, "info level %u isn't supported\n", in SMB2_query_directory_init() 5350 cifs_tcon_dbg(VFS, "info level %u isn't supported\n", in smb2_parse_query_directory() 5359 cifs_tcon_dbg(VFS, "bad info payload"); in smb2_parse_query_directory() [all …]
|
H A D | smb2ops.c | 782 cifs_tcon_dbg(VFS, "error %d on ioctl to get interface list\n", rc); in SMB3_request_interfaces() 1483 cifs_tcon_dbg(VFS, "refcpy ioctl error %d getting resume key\n", rc); in SMB2_request_res_key() 1487 cifs_tcon_dbg(VFS, "Invalid refcopy resume key length\n"); in SMB2_request_res_key() 1654 cifs_tcon_dbg(VFS, "Invalid passthru query flags: 0x%x\n", in smb2_ioctl_query_info() 1800 cifs_tcon_dbg(VFS, "Invalid cchunk response size\n"); in smb2_copychunk_range() 1814 cifs_tcon_dbg(VFS, "Invalid copy chunk response\n"); in smb2_copychunk_range() 1819 cifs_tcon_dbg(VFS, "Invalid num chunks written\n"); in smb2_copychunk_range() 2974 cifs_tcon_dbg(VFS, "%s: ioctl error: rc=%d\n", __func__, rc); in smb2_get_dfs_refer() 2983 cifs_tcon_dbg(VFS, "parse error in %s rc=%d\n", __func__, rc); in smb2_get_dfs_refer()
|
H A D | reparse.c | 588 cifs_tcon_dbg(VFS | ONCE, "unhandled reparse tag: 0x%08x\n", in parse_reparse_point()
|
H A D | transport.c | 1532 cifs_tcon_dbg(VFS, "Invalid length, greater than maximum frame, %d\n", in SendReceiveBlockingLock() 1639 cifs_tcon_dbg(VFS, "Bad MID state?\n"); in SendReceiveBlockingLock()
|
H A D | smb1ops.c | 983 cifs_tcon_dbg(FYI, "%s: path=%s\n", __func__, full_path); in cifs_query_symlink()
|
H A D | cifssmb.c | 2714 cifs_tcon_dbg(FYI, "%s: path=%s\n", __func__, full_path); in cifs_query_reparse_point()
|