Home | History | Annotate | Download | only in dev

Lines Matching refs:dg_secperunit

252 	numsecs = dk->dk_geom.dg_secperunit;
826 if (blkno < 0 || (blkno + towrt) > dg->dg_secperunit) {
828 "nsects=%jd\n", __func__, (intmax_t)blkno, towrt, dg->dg_secperunit));
885 if (dg->dg_secperunit > UINT32_MAX)
888 lp->d_secperunit = dg->dg_secperunit;
950 if ((uint64_t)lp->d_secperunit * lpratio > dg->dg_secperunit * dgratio)
955 dg->dg_secperunit * dgratio);
957 (uint64_t)lp->d_secperunit * lpratio < dg->dg_secperunit * dgratio)
960 (dg->dg_secperunit * dgratio)
968 if (pend * lpratio > dg->dg_secperunit * dgratio)
972 dg->dg_secperunit * dgratio);