Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c555 if (cgp->cg_btotoff >= cgp->cg_nextfreeoff || in cg()
556 cgp->cg_boff >= cgp->cg_nextfreeoff || in cg()
557 cgp->cg_iusedoff >= cgp->cg_nextfreeoff || in cg()
558 cgp->cg_freeoff >= cgp->cg_nextfreeoff) { in cg()
563 size = cgp->cg_nextfreeoff; in cg()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c101 newcg->cg_nextfreeoff = newcg->cg_freeoff + blkmapsize; in pass5()
105 mapsize = newcg->cg_nextfreeoff - newcg->cg_iusedoff; in pass5()
H A Dutilities.c2028 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in cg_sanity()
2031 cgp->cg_nextfreeoff, exp_nextfreeoff); in cg_sanity()
2151 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in fix_cg()
2152 cgp->cg_nextfreeoff = exp_nextfreeoff; in fix_cg()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfs.h292 int cg_nextfreeoff; /* (u_char) next available space */ member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h454 int32_t cg_nextfreeoff; /* (uchar_t) next available space */ member
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2573 icg.cg_nextfreeoff = icg.cg_freeoff + in initcg()
2606 bzero((caddr_t)cg_blksfree(&icg), icg.cg_nextfreeoff - icg.cg_freeoff); in initcg()