Lines Matching refs:tid
570 u64 tid) in __lookup_request() argument
577 if (tid < req->r_tid) in __lookup_request()
579 else if (tid > req->r_tid) in __lookup_request()
1926 msg->hdr.tid = cpu_to_le64(req->r_tid); in create_request_message()
2343 u64 tid; in handle_reply() local
2354 tid = le64_to_cpu(msg->hdr.tid); in handle_reply()
2356 req = __lookup_request(mdsc, tid); in handle_reply()
2358 dout("handle_reply on unknown tid %llu\n", tid); in handle_reply()
2367 " not mds%d\n", tid, session->s_mds, in handle_reply()
2377 head->safe ? "safe" : "unsafe", tid, mds); in handle_reply()
2383 tid, mds); in handle_reply()
2431 dout("got safe reply %llu, mds%d\n", tid, mds); in handle_reply()
2445 dout("handle_reply tid %lld result %d\n", tid, result); in handle_reply()
2452 pr_err("mdsc_handle_reply got corrupt reply mds%d(tid:%lld)\n", mds, tid); in handle_reply()
2495 dout("reply arrived after request %lld was aborted\n", tid); in handle_reply()
2519 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_forward() local
2531 req = __lookup_request(mdsc, tid); in handle_forward()
2533 dout("forward tid %llu to mds%d - req dne\n", tid, next_mds); in handle_forward()
2538 dout("forward tid %llu aborted, unregistering\n", tid); in handle_forward()
2542 tid, next_mds, req->r_num_fwd, fwd_seq); in handle_forward()
2545 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); in handle_forward()