Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dnetmisc.c75 static const struct smb_to_posix_error mapping_table_ERRSRV[] = { variable
861 sizeof(mapping_table_ERRSRV) / in map_smb_to_linux_error()
863 if (mapping_table_ERRSRV[i].smb_err == 0) in map_smb_to_linux_error()
865 else if (mapping_table_ERRSRV[i].smb_err == in map_smb_to_linux_error()
867 rc = mapping_table_ERRSRV[i].posix_code; in map_smb_to_linux_error()