Lines Matching refs:tid
579 DEFINE_RB_FUNCS(generic_request, struct ceph_mon_generic_request, tid, node)
631 WARN_ON(req->tid);
634 req->tid = ++monc->last_tid;
641 WARN_ON(!req->tid);
643 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
644 req->request->hdr.tid = cpu_to_le64(req->tid);
652 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
679 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
683 req->tid);
696 dout("%s greq %p tid %llu\n", __func__, req, req->tid);
712 u64 tid = le64_to_cpu(hdr->tid);
716 req = lookup_generic_request(&monc->generic_request_tree, tid);
718 dout("get_generic_reply %lld dne\n", tid);
722 dout("get_generic_reply %lld got %p\n", tid, req->reply);
743 u64 tid = le64_to_cpu(msg->hdr.tid);
745 dout("%s msg %p tid %llu\n", __func__, msg, tid);
751 req = lookup_generic_request(&monc->generic_request_tree, tid);
766 pr_err("corrupt statfs reply, tid %llu\n", tid);
820 u64 tid = le64_to_cpu(msg->hdr.tid);
825 dout("%s msg %p tid %llu\n", __func__, msg, tid);
829 if (tid != 0 && tid != handle)
848 pr_err("corrupt mon_get_version reply, tid %llu\n", tid);
882 ceph_encode_64(&p, req->tid); /* handle */
945 u64 tid = le64_to_cpu(msg->hdr.tid);
947 dout("%s msg %p tid %llu\n", __func__, msg, tid);
954 req = lookup_generic_request(&monc->generic_request_tree, tid);
968 pr_err("corrupt mon_command ack, tid %llu\n", tid);
1506 if (le64_to_cpu(hdr->tid) != 0)
1510 * Older OSDs don't set reply tid even if the original
1511 * request had a non-zero tid. Work around this weirdness