Home
last modified time | relevance | path

Searched refs:cg_boff (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h449 int32_t cg_boff; /* (short) free block positions */ member
471 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + \
477 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + \
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c555 cgp->cg_boff >= cgp->cg_nextfreeoff || in cg()
601 blks = (short *)((char *)cgp + cgp->cg_boff); in cg()
602 cnt = (cgp->cg_iusedoff - cgp->cg_boff) / cgp->cg_ncyl / sizeof (short); in cg()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h289 int cg_boff; /* (short) free block positions */ member
307 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + (cylno) * (fs)->fs_nrpos))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c93 newcg->cg_boff = newcg->cg_btotoff + fs->fs_cpg * sizeof (daddr32_t); in pass5()
94 newcg->cg_iusedoff = newcg->cg_boff + in pass5()
H A Dutilities.c1949 if ((cgp->cg_boff & 1) != 0) { in cg_sanity()
1952 cgp->cg_boff); in cg_sanity()
2014 if (cgp->cg_boff != exp_boff) { in cg_sanity()
2017 cgp->cg_boff, exp_boff); in cg_sanity()
2146 if (cgp->cg_boff != exp_boff) { in fix_cg()
2147 cgp->cg_boff = exp_boff; in fix_cg()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2573 icg.cg_boff = icg.cg_btotoff + sblock.fs_cpg * sizeof (long); in initcg()
2574 icg.cg_iusedoff = icg.cg_boff + in initcg()
2607 bzero((caddr_t)cg_blktot(&icg), icg.cg_boff - icg.cg_btotoff); in initcg()
2609 icg.cg_iusedoff - icg.cg_boff); in initcg()