Home
last modified time | relevance | path

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

/fs/cifs/
Dnetmisc.c86 static const struct smb_to_posix_error mapping_table_ERRSRV[] = { variable
809 sizeof(mapping_table_ERRSRV) / in map_smb_to_linux_error()
811 if (mapping_table_ERRSRV[i].smb_err == 0) in map_smb_to_linux_error()
813 else if (mapping_table_ERRSRV[i].smb_err == in map_smb_to_linux_error()
815 rc = mapping_table_ERRSRV[i].posix_code; in map_smb_to_linux_error()