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

/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_bswap.c222 n->cg_old_btotoff = bswap32(o->cg_old_btotoff);
238 btotoff = n->cg_old_btotoff;
242 btotoff = bswap32(n->cg_old_btotoff);
H A Dmkfs.c632 acg.cg_old_btotoff = start;
633 acg.cg_old_boff = acg.cg_old_btotoff +
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass5.c132 newcg->cg_old_btotoff = basesize;
133 newcg->cg_old_boff = newcg->cg_old_btotoff +
H A Dfsutil.c729 cgp->cg_old_btotoff = cgp->cg_iusedoff;
730 cgp->cg_old_boff = cgp->cg_old_btotoff +
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h547 int32_t cg_old_btotoff; /* (int32) block totals per cylinder */ member in struct:cg
/freebsd-12-stable/sbin/growfs/
H A Ddebug.c378 fprintf(dbg_log, "old_btotoff int32_t 0x%08x\n", cgr->cg_old_btotoff);
H A Dgrowfs.c347 acg.cg_old_btotoff = start;
348 acg.cg_old_boff = acg.cg_old_btotoff +
/freebsd-12-stable/sbin/newfs/
H A Dmkfs.c707 acg.cg_old_btotoff = start;
708 acg.cg_old_boff = acg.cg_old_btotoff +

Completed in 130 milliseconds