Lines Matching refs:rsp

114 		cifs_dbg(FYI, "no SPNEGO security blob in negprot rsp\n");
541 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp)
546 int ack_req = le32_to_cpu(rsp->Flags &
549 lease_state = le32_to_cpu(rsp->NewLeaseState);
554 if (memcmp(cinode->lease_key, rsp->LeaseKey,
569 cfile->oplock_epoch = le16_to_cpu(rsp->Epoch);
581 struct smb2_lease_break *rsp)
583 __u8 lease_state = le32_to_cpu(rsp->NewLeaseState);
584 int ack_req = le32_to_cpu(rsp->Flags &
590 if (memcmp(open->lease_key, rsp->LeaseKey,
611 struct smb2_lease_break *rsp = (struct smb2_lease_break *)buffer;
629 if (smb2_tcon_has_lease(tcon, rsp)) {
635 rsp);
647 rsp->NewLeaseState);
652 if (cached_dir_lease_break(tcon, rsp->LeaseKey)) {
660 trace_smb3_lease_not_found(le32_to_cpu(rsp->CurrentLeaseState),
661 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId),
662 le64_to_cpu(rsp->hdr.SessionId),
663 *((u64 *)rsp->LeaseKey),
664 *((u64 *)&rsp->LeaseKey[8]));
672 struct smb2_oplock_break *rsp = (struct smb2_oplock_break *)buffer;
681 if (rsp->hdr.Command != SMB2_OPLOCK_BREAK)
684 if (rsp->StructureSize !=
686 if (le16_to_cpu(rsp->StructureSize) == 44)
692 cifs_dbg(FYI, "oplock level 0x%x\n", rsp->OplockLevel);
704 if (rsp->PersistentFid !=
706 rsp->VolatileFid !=
716 rsp->OplockLevel == SMB2_OPLOCK_LEVEL_NONE)
725 cfile->oplock_level = rsp->OplockLevel;
740 trace_smb3_oplock_not_found(0 /* no xid */, rsp->PersistentFid,
741 le32_to_cpu(rsp->hdr.Id.SyncId.TreeId),
742 le64_to_cpu(rsp->hdr.SessionId));
836 struct smb2_create_rsp *rsp = mid->resp_buf;
852 rsp->PersistentFileId,
853 rsp->VolatileFileId);