Searched refs:cg_old_btotoff (Results 1 – 8 of 8) sorted by relevance
219 n->cg_old_btotoff = bswap32(o->cg_old_btotoff); in ffs_cg_swap()235 btotoff = n->cg_old_btotoff; in ffs_cg_swap()239 btotoff = bswap32(n->cg_old_btotoff); in ffs_cg_swap()
668 acg.cg_old_btotoff = start; in initcg()669 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()
1037 CHK(cgp->cg_old_btotoff, !=, start, "%jd"); in check_cgmagic()1038 CHK(cgp->cg_old_boff, !=, cgp->cg_old_btotoff + in check_cgmagic()1097 cgp->cg_old_btotoff = start; in rebuild_cg()1098 cgp->cg_old_boff = cgp->cg_old_btotoff + in rebuild_cg()
120 newcg->cg_old_btotoff = basesize; in pass5()121 newcg->cg_old_boff = newcg->cg_old_btotoff + in pass5()
341 acg.cg_old_btotoff = start; in initcg()342 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()
371 fprintf(dbg_log, "old_btotoff int32_t 0x%08x\n", cgr->cg_old_btotoff); in dbg_dump_cg()
611 int32_t cg_old_btotoff; /* (int32) block totals per cylinder */610 int32_t cg_old_btotoff; /* (int32) block totals per cylinder */ global() member
742 acg.cg_old_btotoff = start; in initcg() 743 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()