Home
last modified time | relevance | path

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

/linux-3.3/fs/cifs/
Dcifsproto.h107 extern int map_smb_to_linux_error(struct smb_hdr *smb, bool logErr);
Dtransport.c518 return map_smb_to_linux_error(mid->resp_buf, log_error); in cifs_check_receive()
Dnetmisc.c839 map_smb_to_linux_error(struct smb_hdr *smb, bool logErr) in map_smb_to_linux_error() function
Dcifssmb.c1466 rdata->result = map_smb_to_linux_error(&rsp->hdr, false); in cifs_readv_receive()