Home | History | Annotate | Download | only in btt

Lines Matching refs:iop

41 #define BIT_START(iop)	((iop)->t.sector)
42 #define BIT_END(iop) ((iop)->t.sector + ((iop)->t.bytes >> 9))
43 #define IOP_READ(iop) ((iop)->t.action & BLK_TC_ACT(BLK_TC_READ))
44 #define IOP_RW(iop) (IOP_READ(iop) ? 1 : 0)
71 struct io *iop;
213 struct d_info *dip_alloc(__u32 device, struct io *iop);
214 void iop_rem_dip(struct io *iop);
216 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
217 void dip_foreach(struct io *iop, enum iop_type type,
218 void (*fnc)(struct io *iop, struct io *this), int rm_after);
228 int rb_insert(struct rb_root *root, struct io *iop);
230 void rb_foreach(struct rb_node *n, struct io *iop,
231 void (*fnc)(struct io *iop, struct io *this),
236 void iostat_getrq(struct io *iop);
237 void iostat_merge(struct io *iop);
238 void iostat_issue(struct io *iop);
273 void pip_update_q(struct io *iop);
280 void bno_dump_add(void *handle, struct io *iop);
317 void seeki_add(void *handle, struct io *iop);
324 void add_trace(struct io *iop);