Home
last modified time | relevance | path

Searched refs:cg_old_btotoff (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c219 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()
H A Dmkfs.c668 acg.cg_old_btotoff = start; in initcg()
669 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c1037 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()
H A Dpass5.c120 newcg->cg_old_btotoff = basesize; in pass5()
121 newcg->cg_old_boff = newcg->cg_old_btotoff + in pass5()
/freebsd/sbin/growfs/
H A Dgrowfs.c341 acg.cg_old_btotoff = start; in initcg()
342 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()
H A Ddebug.c373 fprintf(dbg_log, "old_btotoff int32_t 0x%08x\n", cgr->cg_old_btotoff); in dbg_dump_cg()
/freebsd/sys/ufs/ffs/
H A Dfs.h610 int32_t cg_old_btotoff; /* (int32) block totals per cylinder */ member
/freebsd/sbin/newfs/
H A Dmkfs.c746 acg.cg_old_btotoff = start; in initcg()
747 acg.cg_old_boff = acg.cg_old_btotoff + in initcg()