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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dsess.c55 pSMB->req.hdr.Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
58 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE;
62 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS;
66 pSMB->req.hdr.Flags2 |= SMBFLG2_DFS;
473 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
524 if(smb_buf->Flags2 & SMBFLG2_UNICODE)
H A Dmisc.c312 buffer->Flags2 = SMBFLG2_KNOWS_LONG_NAMES;
321 buffer->Flags2 |= SMBFLG2_UNICODE;
323 buffer->Flags2 |= SMBFLG2_ERR_STATUS;
374 buffer->Flags2 |= SMBFLG2_DFS;
380 buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
H A Dcifssmb.c231 buffer->Flags2 |= SMBFLG2_UNICODE;
233 buffer->Flags2 |= SMBFLG2_ERR_STATUS;
430 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS);
432 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC;
583 } else if ((pSMBr->hdr.Flags2 & SMBFLG2_EXT_SEC)
593 if ((pSMBr->hdr.Flags2 & SMBFLG2_EXT_SEC) &&
748 pSMB->hdr.Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
792 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
839 if (pSMB->hdr.Flags2 & SMBFLG2_UNICODE) {
883 if (pSMB->hdr.Flags2
[all...]
H A Dcifsencrypt.c67 if((cifs_pdu->Flags2 & SMBFLG2_SECURITY_SIGNATURE) == 0)
130 if((cifs_pdu->Flags2 & SMBFLG2_SECURITY_SIGNATURE) == 0)
H A Dconnect.c2178 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
2183 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2187 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS;
2191 smb_buffer->Flags2 |= SMBFLG2_DFS;
2292 if (smb_buffer->Flags2 & SMBFLG2_UNICODE) {
2466 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
2474 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
2479 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
2483 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS;
2487 smb_buffer->Flags2 |
[all...]
H A Dcifs_debug.c65 smb->Flags, smb->Flags2, smb->Mid, smb->Pid));
H A Dnetmisc.c834 if (smb->Flags2 & SMBFLG2_ERR_STATUS) {
H A Dcifspdu.h346 __le16 Flags2; /* note: le */ member in struct:smb_hdr

Completed in 116 milliseconds