Lines Matching refs:d_secsize
107 if (lp->d_secsize == 0)
108 lp->d_secsize = DEV_BSIZE;
130 bp = geteblk((int)lp->d_secsize);
142 bp->b_bcount = lp->d_secsize;
191 bp->b_bcount = lp->d_secsize;
203 ((char *)bp->b_data + lp->d_secsize - sizeof(*dlp));
232 if (lp->d_secsize > DEV_BSIZE)
233 bp->b_blkno *= lp->d_secsize / DEV_BSIZE;
235 bp->b_blkno /= DEV_BSIZE / lp->d_secsize;
236 bp->b_bcount = lp->d_secsize;
275 bp = geteblk((int)lp->d_secsize);
287 bp->b_bcount = lp->d_secsize;
312 bp->b_bcount = lp->d_secsize;
322 ((char *)bp->b_data + lp->d_secsize - sizeof(*dlp));