Home
last modified time | relevance | path

Searched refs:cpg (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Ddisklabel32.h141 u_int16_t cpg; /* UFS: FS cylinders per group */ member
144 #define p_cpg __partition_u1.cpg
/dragonfly/usr.sbin/makefs/
H A Dffs.h53 int cpg; /* cylinders per group */ member
H A Dffs.c206 ffs_opts->cpg= -1;
366 if (ffs_opts->cpg == -1) in ffs_validate()
367 ffs_opts->cpg = DFL_CYLSPERGROUP; in ffs_validate()
493 fs->bsize, fs->fsize, fs->cpg, fs->density); in ffs_dump_fsinfo()
/dragonfly/nrelease/root/etc/
H A Ddisklabel.ad0s18 # size offset fstype [fsize bsize bps/cpg]
/dragonfly/sbin/newfs/
H A Dnewfs.c176 int cpg = DESCPG; /* cylinders/cylinder group */ variable
286 if ((cpg = atoi(optarg)) <= 0) in main()
H A Dmkfs.c84 extern int cpg; /* cylinders/cylinder group */
447 sblock.fs_cpg = cpg; in mkfs()
453 cpg = sblock.fs_cpg; in mkfs()
481 } else if (sblock.fs_cpg != cpg) { in mkfs()
/dragonfly/contrib/lvm2/dist/
H A Dconfigure.in511 dnl -- Check cpg library.