Home
last modified time | relevance | path

Searched refs:cg_old_ncyl (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/makefs/
H A Dffs.h107 #define cg_old_ncyl cg_ncyl macro
/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c215 n->cg_old_ncyl = bswap16(o->cg_old_ncyl); in ffs_cg_swap()
H A Dmkfs.c704 acg.cg_old_ncyl = howmany(acg.cg_ndblk, in initcg()
710 acg.cg_old_ncyl = sblock.fs_old_cpg; in initcg()
/dragonfly/stand/boot/common/
H A Dfs.h450 int16_t cg_old_ncyl; /* number of cyl's this cg */ member