Home | History | Annotate | Download | only in jazz

Lines Matching refs:FDC_BSIZE

442 	    (bp->b_bcount % FDC_BSIZE) != 0) {
451 sz = howmany(bp->b_bcount, FDC_BSIZE);
470 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
813 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
865 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
866 nblks = uimin(nblks, fdc->sc_maxiosize / FDC_BSIZE);
868 fd->sc_nbytes = nblks * FDC_BSIZE;
967 fd->sc_skip / FDC_BSIZE, NULL);
1070 fd->sc_skip / FDC_BSIZE, (struct disklabel *)NULL);
1092 buffer.d_secsize = FDC_BSIZE;