Searched refs:Flags2 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmisc.c308 buffer->Flags2 = SMBFLG2_KNOWS_LONG_NAMES;
315 buffer->Flags2 |= SMBFLG2_UNICODE;
317 buffer->Flags2 |= SMBFLG2_ERR_STATUS;
369 buffer->Flags2 |= SMBFLG2_DFS;
375 buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
H A Dsess.c144 pSMB->req.hdr.Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
147 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE;
151 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS;
155 pSMB->req.hdr.Flags2 |= SMBFLG2_DFS;
651 pSMB->req.hdr.Flags2 &= ~SMBFLG2_UNICODE;
774 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
800 if ((pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) == 0) {
807 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
911 if (smb_buf->Flags2 & SMBFLG2_UNICODE) {
H A Dcifssmb.c260 buffer->Flags2 |= SMBFLG2_UNICODE;
262 buffer->Flags2 |= SMBFLG2_ERR_STATUS;
387 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS);
390 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC;
393 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC;
397 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC;
400 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC;
569 } else if ((pSMBr->hdr.Flags2 & SMBFLG2_EXT_SEC)
579 if ((pSMBr->hdr.Flags2 & SMBFLG2_EXT_SEC) &&
730 pSMB->hdr.Flags2 |
[all...]
H A Dcifsencrypt.c69 if ((cifs_pdu->Flags2 & SMBFLG2_SECURITY_SIGNATURE) == 0)
136 if ((cifs_pdu->Flags2 & SMBFLG2_SECURITY_SIGNATURE) == 0)
H A Dconnect.c2839 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
2842 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS;
2845 smb_buffer->Flags2 |= SMBFLG2_DFS;
2848 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2879 if (smb_buffer->Flags2 & SMBFLG2_UNICODE)
H A Dcifs_debug.c65 smb->Flags, smb->Flags2, smb->Mid, smb->Pid);
H A Dnetmisc.c852 if (smb->Flags2 & SMBFLG2_ERR_STATUS) {
H A Dcifspdu.h401 __le16 Flags2; /* note: le */ member in struct:smb_hdr

Completed in 103 milliseconds