Home
last modified time | relevance | path

Searched refs:SMBFLG2_ERR_STATUS (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/smb/server/
Dsmb_common.h167 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
Dsmb_common.c329 rsp_hdr->Flags2 = SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS | in init_smb1_rsp_hdr()
/linux-6.12.1/fs/smb/client/
Dnetmisc.c824 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error()
890 if (rc == -EACCES && !(smb->Flags2 & SMBFLG2_ERR_STATUS)) { in map_and_check_smb_error()
Dmisc.c287 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in header_assemble()
Dcifspdu.h180 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
Dsess.c667 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS; in cifs_ssetup_hdr()
Dcifssmb.c252 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in small_smb_init_no_tc()
426 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS); in CIFSSMBNegotiate()
4397 pSMB->hdr.Flags2 |= SMBFLG2_ERR_STATUS; in CIFSGetDFSRefer()
Dconnect.c3756 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()