Lines Matching refs:tid
858 u64 tid) in __lookup_request() argument
865 if (tid < req->r_tid) in __lookup_request()
867 else if (tid > req->r_tid) in __lookup_request()
877 u64 tid) in __lookup_request_ge() argument
884 if (tid < req->r_tid) { in __lookup_request_ge()
888 } else if (tid > req->r_tid) { in __lookup_request_ge()
1234 req->r_request->hdr.tid = cpu_to_le64(req->r_tid); in __register_request()
1760 u64 tid; in handle_reply() local
1775 tid = le64_to_cpu(msg->hdr.tid); in handle_reply()
1776 dout("handle_reply %p tid %llu\n", msg, tid); in handle_reply()
1800 req = __lookup_request(osdc, tid); in handle_reply()
1802 dout("handle_reply tid %llu dne\n", tid); in handle_reply()
1807 dout("handle_reply %p tid %llu req %p result %d\n", msg, tid, in handle_reply()
1886 dout("handle_reply tid %llu dup ack\n", tid); in handle_reply()
1890 dout("handle_reply tid %llu flags %d\n", tid, flags); in handle_reply()
2840 u64 tid; in get_reply() local
2842 tid = le64_to_cpu(hdr->tid); in get_reply()
2844 req = __lookup_request(osdc, tid); in get_reply()
2847 osd->o_osd, tid); in get_reply()
2877 dout("get_reply tid %lld %p\n", tid, m); in get_reply()