Searched refs:ERRSRV (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/cifs/ |
D | netmisc.c | 333 ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD}, { 338 ERRSRV, ERRbadLogonTime, NT_STATUS_INVALID_LOGON_HOURS}, { 339 ERRSRV, ERRbadclient, NT_STATUS_INVALID_WORKSTATION}, { 340 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_EXPIRED}, { 341 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_DISABLED}, { 638 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_EXPIRED}, { 686 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_MUST_CHANGE}, { 737 ERRSRV, 3, NT_STATUS_PATH_NOT_COVERED}, { 856 } else if (smberrclass == ERRSRV) { in map_smb_to_linux_error() 896 if (class == ERRSRV && code == ERRbaduid) { in map_and_check_smb_error()
|
D | smberr.h | 14 #define ERRSRV 0x02 /* Error is generated by the file server daemon */ macro
|