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()
1512 if (cf && cf->tid <= want_flush_tid) { in check_caps_flush()
1514 cf->tid, want_flush_tid); in check_caps_flush()
1966 msg->hdr.tid = cpu_to_le64(req->r_tid); in create_request_message()
2390 u64 tid; in handle_reply() local
2401 tid = le64_to_cpu(msg->hdr.tid); in handle_reply()
2403 req = __lookup_request(mdsc, tid); in handle_reply()
2405 dout("handle_reply on unknown tid %llu\n", tid); in handle_reply()
2414 " not mds%d\n", tid, session->s_mds, in handle_reply()
2424 head->safe ? "safe" : "unsafe", tid, mds); in handle_reply()
2430 tid, mds); in handle_reply()
2478 dout("got safe reply %llu, mds%d\n", tid, mds); in handle_reply()
2500 dout("handle_reply tid %lld result %d\n", tid, result); in handle_reply()
2507 pr_err("mdsc_handle_reply got corrupt reply mds%d(tid:%lld)\n", mds, tid); in handle_reply()
2556 dout("reply arrived after request %lld was aborted\n", tid); in handle_reply()
2579 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_forward() local
2591 req = __lookup_request(mdsc, tid); in handle_forward()
2593 dout("forward tid %llu to mds%d - req dne\n", tid, next_mds); in handle_forward()
2598 dout("forward tid %llu aborted, unregistering\n", tid); in handle_forward()
2602 tid, next_mds, req->r_num_fwd, fwd_seq); in handle_forward()
2605 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); in handle_forward()