Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2proto.h25 extern int map_smb2_to_linux_error(char *buf, bool log_err);
H A Dsmb2transport.c750 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
H A Dsmb2ops.c5351 .map_error = map_smb2_to_linux_error,
5454 .map_error = map_smb2_to_linux_error,
5558 .map_error = map_smb2_to_linux_error,
5674 .map_error = map_smb2_to_linux_error,
H A Dsmb2maperror.c2424 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error() function