Lines Matching refs:FDC_BSIZE
668 ((bp->b_bcount % FDC_BSIZE) != 0 &&
678 sz = howmany(bp->b_bcount, FDC_BSIZE);
698 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
1208 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1290 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1291 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE);
1293 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1446 fd->sc_skip / FDC_BSIZE, NULL);
1578 fd->sc_skip / FDC_BSIZE, NULL);
1847 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE;
1879 lp->d_secsize = FDC_BSIZE;