Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2proto.h36 extern int map_smb2_to_linux_error(char *buf, bool log_err);
Dsmb2ops.c1413 .map_error = map_smb2_to_linux_error,
1491 .map_error = map_smb2_to_linux_error,
1571 .map_error = map_smb2_to_linux_error,
Dsmb2transport.c569 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
Dsmb2maperror.c2450 map_smb2_to_linux_error(char *buf, bool log_err) in map_smb2_to_linux_error() function