Loading fs/smb/client/nterr.c +1 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,7 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_RANGE_NOT_FOUND", NT_STATUS_RANGE_NOT_FOUND}, {"NT_STATUS_NO_RECOVERY_POLICY", NT_STATUS_NO_RECOVERY_POLICY}, {"NT_STATUS_NO_EFS", NT_STATUS_NO_EFS}, {"NT_STATUS_WRONG_EFS", NT_STATUS_WRONG_EFS}, {"NT_STATUS_NETWORK_SESSION_EXPIRED", NT_STATUS_NETWORK_SESSION_EXPIRED}, {"NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES}, {"NT_STATUS_MORE_ENTRIES", NT_STATUS_MORE_ENTRIES}, Loading fs/smb/client/nterr.h +1 −0 Original line number Diff line number Diff line Loading @@ -558,6 +558,7 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_RANGE_NOT_FOUND (0xC0000000 | 0x028c) #define NT_STATUS_NO_RECOVERY_POLICY (0xC0000000 | 0x028d) #define NT_STATUS_NO_EFS (0xC0000000 | 0x028e) #define NT_STATUS_WRONG_EFS (0xC0000000 | 0x028f) #define NT_STATUS_NETWORK_SESSION_EXPIRED (0xC0000000 | 0x035c) #define NT_STATUS_NO_SUCH_JOB (0xC0000000 | 0xEDE) /* scheduler */ #define NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP (0xC0000000 | 0x5D0000) Loading fs/smb/client/smb1maperror.c +1 −1 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ static const struct { ERRHRD, ERRgeneral, NT_STATUS_RANGE_NOT_FOUND}, { ERRDOS, ERRnoaccess, NT_STATUS_NO_RECOVERY_POLICY}, { ERRDOS, ERRnoaccess, NT_STATUS_NO_EFS}, { ERRDOS, ERRnoaccess, 0xc000028f}, { ERRDOS, ERRnoaccess, NT_STATUS_WRONG_EFS}, { ERRDOS, ERRnoaccess, 0xc0000290}, { ERRDOS, ERRbadfunc, 0xc000029c}, { ERRDOS, ERRsymlink, NT_STATUS_STOPPED_ON_SYMLINK}, { Loading Loading
fs/smb/client/nterr.c +1 −0 Original line number Diff line number Diff line Loading @@ -688,6 +688,7 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_RANGE_NOT_FOUND", NT_STATUS_RANGE_NOT_FOUND}, {"NT_STATUS_NO_RECOVERY_POLICY", NT_STATUS_NO_RECOVERY_POLICY}, {"NT_STATUS_NO_EFS", NT_STATUS_NO_EFS}, {"NT_STATUS_WRONG_EFS", NT_STATUS_WRONG_EFS}, {"NT_STATUS_NETWORK_SESSION_EXPIRED", NT_STATUS_NETWORK_SESSION_EXPIRED}, {"NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES}, {"NT_STATUS_MORE_ENTRIES", NT_STATUS_MORE_ENTRIES}, Loading
fs/smb/client/nterr.h +1 −0 Original line number Diff line number Diff line Loading @@ -558,6 +558,7 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_RANGE_NOT_FOUND (0xC0000000 | 0x028c) #define NT_STATUS_NO_RECOVERY_POLICY (0xC0000000 | 0x028d) #define NT_STATUS_NO_EFS (0xC0000000 | 0x028e) #define NT_STATUS_WRONG_EFS (0xC0000000 | 0x028f) #define NT_STATUS_NETWORK_SESSION_EXPIRED (0xC0000000 | 0x035c) #define NT_STATUS_NO_SUCH_JOB (0xC0000000 | 0xEDE) /* scheduler */ #define NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP (0xC0000000 | 0x5D0000) Loading
fs/smb/client/smb1maperror.c +1 −1 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ static const struct { ERRHRD, ERRgeneral, NT_STATUS_RANGE_NOT_FOUND}, { ERRDOS, ERRnoaccess, NT_STATUS_NO_RECOVERY_POLICY}, { ERRDOS, ERRnoaccess, NT_STATUS_NO_EFS}, { ERRDOS, ERRnoaccess, 0xc000028f}, { ERRDOS, ERRnoaccess, NT_STATUS_WRONG_EFS}, { ERRDOS, ERRnoaccess, 0xc0000290}, { ERRDOS, ERRbadfunc, 0xc000029c}, { ERRDOS, ERRsymlink, NT_STATUS_STOPPED_ON_SYMLINK}, { Loading