Lines Matching refs:tid
842 u64 tid) in __lookup_request() argument
849 if (tid < req->r_tid) in __lookup_request()
851 else if (tid > req->r_tid) in __lookup_request()
861 u64 tid) in __lookup_request_ge() argument
868 if (tid < req->r_tid) { in __lookup_request_ge()
872 } else if (tid > req->r_tid) { in __lookup_request_ge()
1218 req->r_request->hdr.tid = cpu_to_le64(req->r_tid); in __register_request()
1746 u64 tid; in handle_reply() local
1761 tid = le64_to_cpu(msg->hdr.tid); in handle_reply()
1762 dout("handle_reply %p tid %llu\n", msg, tid); in handle_reply()
1786 req = __lookup_request(osdc, tid); in handle_reply()
1788 dout("handle_reply tid %llu dne\n", tid); in handle_reply()
1793 dout("handle_reply %p tid %llu req %p result %d\n", msg, tid, in handle_reply()
1872 dout("handle_reply tid %llu dup ack\n", tid); in handle_reply()
1876 dout("handle_reply tid %llu flags %d\n", tid, flags); in handle_reply()
2825 u64 tid; in get_reply() local
2827 tid = le64_to_cpu(hdr->tid); in get_reply()
2829 req = __lookup_request(osdc, tid); in get_reply()
2833 dout("get_reply unknown tid %llu from osd%d\n", tid, in get_reply()
2871 tid, data_len, osd_data->length); in get_reply()
2880 dout("get_reply tid %lld %p\n", tid, m); in get_reply()