Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c554 if (cgp->cg_btotoff >= cgp->cg_nextfreeoff || in cg()
555 cgp->cg_boff >= cgp->cg_nextfreeoff || in cg()
556 cgp->cg_iusedoff >= cgp->cg_nextfreeoff || in cg()
557 cgp->cg_freeoff >= cgp->cg_nextfreeoff) { in cg()
562 size = cgp->cg_nextfreeoff; in cg()
/illumos-gate/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.c2035 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in cg_sanity()
2038 cgp->cg_nextfreeoff, exp_nextfreeoff); in cg_sanity()
2158 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in fix_cg()
2159 cgp->cg_nextfreeoff = exp_nextfreeoff; in fix_cg()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h292 int cg_nextfreeoff; /* (u_char) next available space */ member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h452 int32_t cg_nextfreeoff; /* (uchar_t) next available space */ member
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h490 u_int32_t cg_nextfreeoff; /* (u_int8) next available space */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2577 icg.cg_nextfreeoff = icg.cg_freeoff + in initcg()
2610 bzero((caddr_t)cg_blksfree(&icg), icg.cg_nextfreeoff - icg.cg_freeoff); in initcg()