Lines Matching refs:rsp
118 cifs_dbg(FYI, "no SPNEGO security blob in negprot rsp\n");
266 "srv rsp too short, len %d not %d. cmd:%d mid:%llu\n",
533 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp)
539 int ack_req = le32_to_cpu(rsp->Flags &
542 lease_state = le32_to_cpu(rsp->NewLeaseState);
548 if (memcmp(cinode->lease_key, rsp->LeaseKey,
563 cfile->oplock_epoch = le16_to_cpu(rsp->Epoch);
575 struct smb2_lease_break *rsp)
577 __u8 lease_state = le32_to_cpu(rsp->NewLeaseState);
578 int ack_req = le32_to_cpu(rsp->Flags &
584 if (memcmp(open->lease_key, rsp->LeaseKey,
605 struct smb2_lease_break *rsp = (struct smb2_lease_break *)buffer;
628 if (smb2_tcon_has_lease(tcon, rsp)) {
634 rsp);
646 rsp->NewLeaseState);
652 !memcmp(rsp->LeaseKey,
673 struct smb2_oplock_break *rsp = (struct smb2_oplock_break *)buffer;
682 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK)
685 if (rsp->StructureSize !=
687 if (le16_to_cpu(rsp->StructureSize) == 44)
693 cifs_dbg(FYI, "oplock level 0x%x\n", rsp->OplockLevel);
707 if (rsp->PersistentFid !=
709 rsp->VolatileFid !=
719 rsp->OplockLevel == SMB2_OPLOCK_LEVEL_NONE)
728 cfile->oplock_level = rsp->OplockLevel;
835 struct smb2_create_rsp *rsp = mid->resp_buf;
851 rsp->PersistentFileId,
852 rsp->VolatileFileId);