Searched refs:cg_freeoff (Results 1 – 9 of 9) sorted by relevance
147 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()
364 int32_t cg_freeoff; /* (u_int8) free block map */ member397 : ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_freeoff)))
228 n->cg_freeoff = bswap32(o->cg_freeoff); in ffs_cg_swap()
505 int32_t cg_freeoff; /* (u_int8) free block map */ member572 ufs_rw32((cgp)->cg_freeoff, (ns))))
662 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()
574 ufs_rw32(cgp->cg_freeoff, needswap), in ffs_mapsearch()
770 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()
352 fprintf(dbg_log, "freeoff int32_t 0x%08x\n", cgr->cg_freeoff); in dbg_dump_cg()
394 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()