Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c264 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in header_assemble()
Dnetmisc.c842 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error()
Dsess.c67 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS; in cifs_ssetup_hdr()
Dcifspdu.h205 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
Dcifssmb.c274 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in small_smb_init_no_tc()
566 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS); in CIFSSMBNegotiate()
4930 pSMB->hdr.Flags2 |= SMBFLG2_ERR_STATUS; in CIFSGetDFSRefer()
Dconnect.c3919 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()