Searched refs:map_smb2_to_linux_error (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | smb2proto.h | 36 extern int map_smb2_to_linux_error(char *buf, bool log_err);
|
| D | smb2transport.c | 804 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
|
| D | smb2ops.c | 5140 .map_error = map_smb2_to_linux_error, 5240 .map_error = map_smb2_to_linux_error, 5341 .map_error = map_smb2_to_linux_error, 5454 .map_error = map_smb2_to_linux_error,
|
| D | smb2maperror.c | 2453 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error() function
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | smb2proto.h | 23 extern int map_smb2_to_linux_error(char *buf, bool log_err);
|
| D | smb2transport.c | 847 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
|
| D | smb2ops.c | 5215 .map_error = map_smb2_to_linux_error, 5317 .map_error = map_smb2_to_linux_error, 5420 .map_error = map_smb2_to_linux_error, 5534 .map_error = map_smb2_to_linux_error,
|
| D | smb2maperror.c | 2438 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error() function
|