Lines Matching refs:pSMB
410 struct smb_com_lock_req *pSMB = (struct smb_com_lock_req *)buf;
418 if ((pSMB->hdr.Command == SMB_COM_NT_TRANSACT) &&
419 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) {
450 if (pSMB->hdr.Command != SMB_COM_LOCKING_ANDX)
452 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) {
458 le32_to_cpu(pSMB->hdr.Status.CifsError)) {
462 le16_to_cpu(pSMB->hdr.Status.DosError.Error)) {
468 if (pSMB->hdr.WordCount != 8)
472 pSMB->LockType, pSMB->OplockLevel);
473 if (!(pSMB->LockType & LOCKING_ANDX_OPLOCK_RELEASE))
490 if (pSMB->Fid != netfile->fid.netfid)
500 netfile->oplock_level = pSMB->OplockLevel;