Lines Matching refs:ccw1
89 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw,
109 locate_record(struct ccw1 * ccw, struct LO_fba_data *data, int rw,
259 static void ccw_write_no_data(struct ccw1 *ccw)
269 static void ccw_write_zero(struct ccw1 *ccw, int count)
332 struct ccw1 *ccw;
358 nr_ccws * (sizeof(struct LO_fba_data) + sizeof(struct ccw1));
447 struct ccw1 *ccw;
579 struct ccw1 *ccw;
673 struct ccw1 *act, *end, *last;
733 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) {
734 act = ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2;
737 end = min((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa + 2, last);