Loading fs/smb/client/nterr.c +2 −0 Original line number Diff line number Diff line Loading @@ -681,6 +681,8 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE}, {"NT_STATUS_VOLUME_DISMOUNTED", NT_STATUS_VOLUME_DISMOUNTED}, {"NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT}, {"NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT", NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT}, {"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 @@ -552,6 +552,7 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_FILE_IS_OFFLINE (0xC0000000 | 0x0267) #define NT_STATUS_VOLUME_DISMOUNTED (0xC0000000 | 0x026e) #define NT_STATUS_NOT_A_REPARSE_POINT (0xC0000000 | 0x0275) #define NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT (0xC0000000 | 0x0281) #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 @@ -659,7 +659,7 @@ static const struct { ERRHRD, ERRgeneral, NT_STATUS_QUOTA_LIST_INCONSISTENT}, { ERRHRD, ERRgeneral, NT_STATUS_FILE_IS_OFFLINE}, { ERRDOS, 21, NT_STATUS_VOLUME_DISMOUNTED}, { ERRDOS, 161, 0xc0000281}, { ERRDOS, 161, NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT}, { ERRDOS, ERRnoaccess, 0xc000028a}, { ERRDOS, ERRnoaccess, 0xc000028b}, { ERRHRD, ERRgeneral, 0xc000028c}, { Loading Loading
fs/smb/client/nterr.c +2 −0 Original line number Diff line number Diff line Loading @@ -681,6 +681,8 @@ const struct nt_err_code_struct nt_errs[] = { {"NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE}, {"NT_STATUS_VOLUME_DISMOUNTED", NT_STATUS_VOLUME_DISMOUNTED}, {"NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT}, {"NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT", NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT}, {"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 @@ -552,6 +552,7 @@ extern const struct nt_err_code_struct nt_errs[]; #define NT_STATUS_FILE_IS_OFFLINE (0xC0000000 | 0x0267) #define NT_STATUS_VOLUME_DISMOUNTED (0xC0000000 | 0x026e) #define NT_STATUS_NOT_A_REPARSE_POINT (0xC0000000 | 0x0275) #define NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT (0xC0000000 | 0x0281) #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 @@ -659,7 +659,7 @@ static const struct { ERRHRD, ERRgeneral, NT_STATUS_QUOTA_LIST_INCONSISTENT}, { ERRHRD, ERRgeneral, NT_STATUS_FILE_IS_OFFLINE}, { ERRDOS, 21, NT_STATUS_VOLUME_DISMOUNTED}, { ERRDOS, 161, 0xc0000281}, { ERRDOS, 161, NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT}, { ERRDOS, ERRnoaccess, 0xc000028a}, { ERRDOS, ERRnoaccess, 0xc000028b}, { ERRHRD, ERRgeneral, 0xc000028c}, { Loading