Lines Matching refs:ccw1
80 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw,
100 locate_record(struct ccw1 * ccw, struct LO_fba_data *data, int rw,
250 static void ccw_write_no_data(struct ccw1 *ccw)
260 static void ccw_write_zero(struct ccw1 *ccw, int count)
323 struct ccw1 *ccw;
349 nr_ccws * (sizeof(struct LO_fba_data) + sizeof(struct ccw1));
438 struct ccw1 *ccw;
570 struct ccw1 *ccw;
664 struct ccw1 *act, *end, *last;
724 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) {
725 act = ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2;
728 end = min((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa + 2, last);