Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsproto.h139 extern int map_smb_to_linux_error(char *buf, bool logErr);
Dsmb1ops.c1046 .map_error = map_smb_to_linux_error,
Dtransport.c761 return map_smb_to_linux_error(mid->resp_buf, log_error); in cifs_check_receive()
Dnetmisc.c824 map_smb_to_linux_error(char *buf, bool logErr) in map_smb_to_linux_error() function