Searched refs:ERRSRV (Results 1 – 3 of 3) sorted by relevance
| /fs/smb/client/ |
| A D | netmisc.c | 332 ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD}, { 337 ERRSRV, ERRbadLogonTime, NT_STATUS_INVALID_LOGON_HOURS}, { 338 ERRSRV, ERRbadclient, NT_STATUS_INVALID_WORKSTATION}, { 339 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_EXPIRED}, { 340 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_DISABLED}, { 637 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_EXPIRED}, { 685 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_MUST_CHANGE}, { 736 ERRSRV, 3, NT_STATUS_PATH_NOT_COVERED}, { 855 } else if (smberrclass == ERRSRV) { in map_smb_to_linux_error() 904 if (class == ERRSRV && code == ERRbaduid) { in map_and_check_smb_error()
|
| A D | smberr.h | 14 #define ERRSRV 0x02 /* Error is generated by the file server daemon */ macro
|
| A D | smb1ops.c | 1302 if (shdr->Status.DosError.ErrorClass != ERRSRV || in cifs_is_network_name_deleted()
|
Completed in 8 milliseconds