Lines Matching refs:pSMB
420 struct smb_com_lock_req *pSMB = (struct smb_com_lock_req *)buf;
428 if ((pSMB->hdr.Command == SMB_COM_NT_TRANSACT) &&
429 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) {
460 if (pSMB->hdr.Command != SMB_COM_LOCKING_ANDX)
462 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) {
468 le32_to_cpu(pSMB->hdr.Status.CifsError)) {
472 le16_to_cpu(pSMB->hdr.Status.DosError.Error)) {
478 if (pSMB->hdr.WordCount != 8)
482 pSMB->LockType, pSMB->OplockLevel);
483 if (!(pSMB->LockType & LOCKING_ANDX_OPLOCK_RELEASE))
499 if (pSMB->Fid != netfile->fid.netfid)
509 netfile->oplock_level = pSMB->OplockLevel;