Home
last modified time | relevance | path

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

/openbsd/src/sbin/fsck_ffs/
Dpass5.c155 newcg->cg_clusteroff = newcg->cg_clustersumoff + in pass5()
157 newcg->cg_nextfreeoff = newcg->cg_clusteroff + in pass5()
/openbsd/src/sys/ufs/ffs/
Dfs.h394 u_int32_t cg_clusteroff; /* (u_int8) free cluster map */ member
427 ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_clusteroff))
/openbsd/src/usr.sbin/makefs/ffs/
Dmkfs.c621 acg.cg_clusteroff = acg.cg_clustersumoff + in initcg()
623 acg.cg_nextfreeoff = acg.cg_clusteroff + in initcg()
/openbsd/src/sbin/growfs/
Dgrowfs.c389 acg.cg_clusteroff = acg.cg_clustersumoff + in initcg()
391 acg.cg_nextfreeoff = acg.cg_clusteroff + in initcg()