Searched refs:ERRSRV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | netmisc.c | 334 ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD}, { 339 ERRSRV, ERRbadLogonTime, NT_STATUS_INVALID_LOGON_HOURS}, { 340 ERRSRV, ERRbadclient, NT_STATUS_INVALID_WORKSTATION}, { 341 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_EXPIRED}, { 342 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_DISABLED}, { 639 ERRSRV, ERRaccountexpired, NT_STATUS_ACCOUNT_EXPIRED}, { 687 ERRSRV, ERRpasswordExpired, NT_STATUS_PASSWORD_MUST_CHANGE}, { 738 ERRSRV, 3, NT_STATUS_PATH_NOT_COVERED}, { 857 } else if (smberrclass == ERRSRV) { in map_smb_to_linux_error() 897 if (class == ERRSRV in map_and_check_smb_error() [all...] |
H A D | smberr.h | 27 #define ERRSRV 0x02 /* Error is generated by the file server daemon */ macro 117 /* Following error codes may be generated with the ERRSRV error class.*/
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A 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 in map_and_check_smb_error() [all...] |
H A D | smberr.h | 14 #define ERRSRV 0x02 /* Error is generated by the file server daemon */ macro 104 /* Following error codes may be generated with the ERRSRV error class.*/
|
Completed in 4 milliseconds