Home
last modified time | relevance | path

Searched refs:STATUS_INVALID_PARAMETER (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/server/
H A Dserver.c119 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()
128 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()
194 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
204 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
227 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
H A Dsmb2pdu.c895 return STATUS_INVALID_PARAMETER; in decode_preauth_ctxt()
1012 __le32 status = STATUS_INVALID_PARAMETER; in deassemble_neg_contexts()
1113 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1120 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1129 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1135 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1142 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1149 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()
1882 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_sess_setup()
2065 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_tree_connect()
[all …]
/linux-6.15/fs/smb/client/
H A Dsmb2maperror.c289 {STATUS_INVALID_PARAMETER, -EINVAL, "STATUS_INVALID_PARAMETER"},
/linux-6.15/fs/smb/common/
H A Dsmb2status.h238 #define STATUS_INVALID_PARAMETER cpu_to_le32(0xC000000D) macro