Home
last modified time | relevance | path

Searched refs:map_smb2_to_linux_error (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dsmb2proto.h23 extern int map_smb2_to_linux_error(char *buf, bool log_err);
Dsmb2transport.c842 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
Dsmb2ops.c5163 .map_error = map_smb2_to_linux_error,
5265 .map_error = map_smb2_to_linux_error,
5368 .map_error = map_smb2_to_linux_error,
5482 .map_error = map_smb2_to_linux_error,
Dsmb2maperror.c2438 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error() function