Home
last modified time | relevance | path

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

/mirbsd/src/sbin/fsck_ffs/
Dpass5.c147 newcg->cg_freeoff = in pass5()
149 inomapsize = newcg->cg_freeoff - newcg->cg_iusedoff; in pass5()
150 newcg->cg_nextfreeoff = newcg->cg_freeoff + in pass5()
152 blkmapsize = newcg->cg_nextfreeoff - newcg->cg_freeoff; in pass5()
/mirbsd/src/sys/ufs/ffs/
Dfs.h364 int32_t cg_freeoff; /* (u_int8) free block map */ member
397 : ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_freeoff)))
/mirbsd/src/usr.sbin/makefs/nbsrc/sys/ufs/ffs/
Dffs_bswap.c228 n->cg_freeoff = bswap32(o->cg_freeoff); in ffs_cg_swap()
Dfs.h505 int32_t cg_freeoff; /* (u_int8) free block map */ member
572 ufs_rw32((cgp)->cg_freeoff, (ns))))
/mirbsd/src/usr.sbin/makefs/ffs/
Dmkfs.c662 acg.cg_freeoff = acg.cg_iusedoff + howmany(sblock.fs_ipg, CHAR_BIT); in initcg()
664 acg.cg_nextfreeoff = acg.cg_freeoff + in initcg()
667 acg.cg_clustersumoff = acg.cg_freeoff + in initcg()
Dffs_alloc.c574 ufs_rw32(cgp->cg_freeoff, needswap), in ffs_mapsearch()
/mirbsd/src/sbin/newfs/
Dmkfs.c770 acg.cg_freeoff = acg.cg_iusedoff + howmany(sblock.fs_ipg, NBBY); in initcg()
772 acg.cg_nextfreeoff = acg.cg_freeoff + in initcg()
775 acg.cg_clustersumoff = acg.cg_freeoff + howmany in initcg()
/mirbsd/src/sbin/growfs/
Ddebug.c352 fprintf(dbg_log, "freeoff int32_t 0x%08x\n", cgr->cg_freeoff); in dbg_dump_cg()
Dgrowfs.c394 acg.cg_freeoff = acg.cg_iusedoff + howmany(sblock.fs_ipg, NBBY); in initcg()
396 acg.cg_nextfreeoff = acg.cg_freeoff + in initcg()
399 acg.cg_clustersumoff = acg.cg_freeoff + howmany in initcg()