Lines Matching defs:comp
291 u_int comp, daddr_t bn, void *addr, long bcount)
303 cbp->cb_buf.b_vp = sc->sc_vnodes[comp];
304 cbp->cb_buf.b_objlock = sc->sc_vnodes[comp]->v_interlock;
312 cbp->cb_comp = comp;
346 u_int comp;
352 comp = 0;
353 adi = &aai->aai_disks[comp];
357 adi = &aai->aai_disks[++comp];
367 cbp = ld_ataraid_make_cbuf(sc, bp, comp, bn, addr, rcount);
381 adi = &aai->aai_disks[++comp];
404 u_int comp;
425 comp = off / sz;
430 comp = tbn % aai->aai_width;
440 adi = &aai->aai_disks[comp];
442 if (mirror && comp < aai->aai_width) {
443 comp += aai->aai_width;
454 cbp = ld_ataraid_make_cbuf(sc, bp, comp, cbn, addr, rcount);
467 if (mirror && !read && comp < aai->aai_width) {
468 comp += aai->aai_width;
469 adi = &aai->aai_disks[comp];
472 comp, cbn, addr, rcount);