Home
last modified time | relevance | path

Searched refs:cg_clusteroff (Results 1 – 9 of 9) sorted by relevance

/dragonfly/stand/boot/common/
H A Dfs.h464 int32_t cg_clusteroff; /* (u_int8) free cluster map */ member
484 ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_clusteroff))
/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c234 n->cg_clusteroff = bswap32(o->cg_clusteroff); in ffs_cg_swap()
H A Dmkfs.c733 acg.cg_clusteroff = acg.cg_clustersumoff + in initcg()
735 acg.cg_nextfreeoff = acg.cg_clusteroff + in initcg()
/dragonfly/sbin/fsck/
H A Dpass5.c135 newcg->cg_clusteroff = newcg->cg_clustersumoff + in pass5()
137 newcg->cg_nextfreeoff = newcg->cg_clusteroff + in pass5()
/dragonfly/sys/vfs/ufs/
H A Dfs.h371 int32_t cg_clusteroff; /* (uint8) free cluster map */ member
401 ((uint8_t *)((uint8_t *)(cgp) + (cgp)->cg_clusteroff))
/dragonfly/usr.sbin/makefs/
H A Dmakefs.h305 ((u_int8_t *)((u_int8_t *)(cgp) + ufs_rw32((cgp)->cg_clusteroff, (ns))))
/dragonfly/sbin/growfs/
H A Ddebug.c355 cgr->cg_clusteroff); in dbg_dump_cg()
H A Dgrowfs.c399 acg.cg_clusteroff = acg.cg_clustersumoff + in initcg()
401 acg.cg_nextfreeoff = acg.cg_clusteroff + howmany in initcg()
/dragonfly/sbin/newfs/
H A Dmkfs.c815 acg.cg_clusteroff = acg.cg_clustersumoff + in initcg()
817 acg.cg_nextfreeoff = acg.cg_clusteroff + howmany in initcg()