Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsproto.h118 extern int map_smb_to_linux_error(char *buf, bool logErr);
Dtransport.c688 return map_smb_to_linux_error(mid->resp_buf, log_error); in cifs_check_receive()
Dsmb1ops.c1032 .map_error = map_smb_to_linux_error,
Dnetmisc.c828 map_smb_to_linux_error(char *buf, bool logErr) in map_smb_to_linux_error() function