Home | History | Annotate | Download | only in ofppc

Lines Matching refs:d_secsize

77  * blkno = bp->b_blkno / (lp->d_secsize / DEV_BSIZE);
81 * we must multiply block numbers with (lp->d_secsize / DEV_BSIZE)
120 bp = geteblk((int)lp->d_secsize);
125 bp->b_bcount = lp->d_secsize;
259 bp = geteblk((int)lp->d_secsize);
277 bp->b_bcount = lp->d_secsize;
281 bp->b_blkno *= (lp->d_secsize / DEV_BSIZE);
321 lp->d_secsize = rbp->nbytes;
383 bp->b_bcount = lp->d_secsize;
387 bp->b_blkno *= (lp->d_secsize / DEV_BSIZE);
463 if (lp->d_secpercyl * lp->d_secsize !=
512 * ((pbp->e.sizeblock << 2) / lp->d_secsize);
515 * ((pbp->e.sizeblock << 2) / lp->d_secsize);
524 minbsize = uimax(512, lp->d_secsize);
682 bp = geteblk((int)lp->d_secsize);
687 bp->b_bcount = lp->d_secsize;
689 bp->b_cylinder = bp->b_blkno / (lp->d_secsize / DEV_BSIZE) / lp->d_secpercyl;
697 dlp <= (struct disklabel *)((char *)bp->b_data + lp->d_secsize -
746 bp = geteblk((int)lp->d_secsize);
751 bp->b_bcount = lp->d_secsize;
811 bp = geteblk(lp->d_secsize);
815 bp->b_cylinder = bp->b_blkno / (lp->d_secsize / DEV_BSIZE) /
817 bp->b_bcount = lp->d_secsize;