Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dsmb_common.h167 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
Dsmb_common.c325 rsp_hdr->Flags2 = SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS | in init_smb1_rsp_hdr()
/Linux-v6.6/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.c284 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in header_assemble()
Dsess.c553 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS; in cifs_ssetup_hdr()
Dcifspdu.h180 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
Dcifssmb.c250 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in small_smb_init_no_tc()
424 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS); in CIFSSMBNegotiate()
4381 pSMB->hdr.Flags2 |= SMBFLG2_ERR_STATUS; in CIFSGetDFSRefer()
Dconnect.c3656 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()