Searched refs:cg_old_ncyl (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_bswap.c209 n->cg_old_ncyl = bswap16(o->cg_old_ncyl);
H A Dmkfs.c623 acg.cg_old_ncyl = howmany(acg.cg_ndblk,
626 acg.cg_old_ncyl = sblock.fs_old_cpg;
/freebsd-12-stable/sbin/growfs/
H A Dgrowfs.c341 acg.cg_old_ncyl = sblock.fs_old_cpg;
573 acg.cg_old_ncyl = sblock.fs_old_cpg;
611 acg.cg_old_ncyl =
614 acg.cg_old_ncyl = sblock.fs_old_cpg;
619 DBG_PRINT2("%d %u", acg.cg_old_ncyl, sblock.fs_old_cpg);
H A Ddebug.c367 fprintf(dbg_log, "old_ncyl int16_t 0x%04x\n", cgr->cg_old_ncyl);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass5.c205 newcg->cg_old_ncyl = howmany(newcg->cg_ndblk,
208 newcg->cg_old_ncyl = fs->fs_old_cpg;
H A Dfsutil.c694 cgp->cg_old_ncyl <= sblock.fs_old_cpg) ||
727 cgp->cg_old_ncyl = sblock.fs_old_cpg;
/freebsd-12-stable/sbin/dumpfs/
H A Ddumpfs.c358 acg.cg_cgx, acg.cg_old_ncyl, acg.cg_old_niblk,
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h539 int16_t cg_old_ncyl; /* number of cyl's this cg */ member in struct:cg
/freebsd-12-stable/sbin/newfs/
H A Dmkfs.c701 acg.cg_old_ncyl = sblock.fs_old_cpg;

Completed in 144 milliseconds