Searched refs:s_iop (Results 1 – 2 of 2) sorted by relevance
38 static void handle_s(struct io *s_iop) in handle_s() argument40 struct io *q_iop = dip_find_sec(s_iop->dip, IOP_Q, s_iop->t.sector); in handle_s()43 q_iop->s_time = s_iop->t.time; in handle_s()73 void trace_sleeprq(struct io *s_iop) in trace_sleeprq() argument75 if (s_iop->t.bytes == 0) in trace_sleeprq()77 if (io_setup(s_iop, IOP_S)) in trace_sleeprq()78 handle_s(s_iop); in trace_sleeprq()79 io_release(s_iop); in trace_sleeprq()
316 void trace_sleeprq(struct io *s_iop);