Lines Matching refs:d_secsize
65 if (lp->d_secsize == 0)
66 lp->d_secsize = DEV_BSIZE;
75 bp = geteblk((int)lp->d_secsize);
81 bp->b_bcount = lp->d_secsize;
112 if (lp->d_secsize > DEV_BSIZE)
113 bp->b_blkno *= lp->d_secsize / DEV_BSIZE;
115 bp->b_blkno /= DEV_BSIZE / lp->d_secsize;
116 bp->b_bcount = lp->d_secsize;
155 bp = geteblk((int)lp->d_secsize);
159 bp->b_bcount = lp->d_secsize;