Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_snap.c325 for (curfrag = 0; curfrag < cgp->cg_ndblk; curfrag++) { in ufs_snap_find_candidates()
345 cgbase += cgp->cg_ndblk; in ufs_snap_find_candidates()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c166 newcg->cg_ndblk = dmax - dbase; in pass5()
176 if ((cg->cg_rotor >= 0) && (cg->cg_rotor < newcg->cg_ndblk)) in pass5()
180 if ((cg->cg_frotor >= 0) && (cg->cg_frotor < newcg->cg_ndblk)) in pass5()
H A Dutilities.c1969 if (cgp->cg_ndblk != ndblk) { in cg_sanity()
1972 cgp->cg_ndblk, ndblk); in cg_sanity()
2108 if (cgp->cg_ndblk != ndblk) { in fix_cg()
2109 cgp->cg_ndblk = ndblk; in fix_cg()
2116 if ((cgp->cg_rotor < 0) || (cgp->cg_rotor >= cgp->cg_ndblk)) { in fix_cg()
2120 if ((cgp->cg_frotor < 0) || (cgp->cg_frotor >= cgp->cg_ndblk)) { in fix_cg()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfs.h282 int cg_ndblk; /* number of data blocks this cg */ member
331 int cg_ndblk; /* number of data blocks this cg */ member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h444 int32_t cg_ndblk; /* number of data blocks this cg */ member
508 int32_t cg_ndblk; /* number of data blocks this cg */ member
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2560 icg.cg_ndblk = dmax - cbase; in initcg()
2618 sblock.fs_dsize += icg.cg_ndblk - dupper; in initcg()
2880 for (d = 0; d < acg.cg_ndblk; d += sblock.fs_frag) in alloc()
4720 growth_fs_frags += sblock.fs_fpg - acg.cg_ndblk; in probe_summaryinfo()
5077 for (bit = *bitp, *bitsp = 0; bit < acg.cg_ndblk; ++bit) in findfreerange()
5081 if (bit >= acg.cg_ndblk) in findfreerange()
5086 for (++bit; bit < acg.cg_ndblk; ++bit, ++(*bitsp)) { in findfreerange()
5150 dupper = acg.cg_ndblk; in extendcg()
5159 acg.cg_ndblk = dmax - cbase; in extendcg()
5161 for (i = dupper; i < acg.cg_ndblk; ++i) in extendcg()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c561 cgp->cg_cgx, cgp->cg_ncyl, cgp->cg_niblk, cgp->cg_ndblk); in dumpcg()
594 ocgp->cg_ndblk); in dumpcg()
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c596 pbits((uchar_t *)cgp + off, cgp->cg_ndblk / sizeof (char), 72); in cg()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4703 cg->cg_cgx, cg->cg_ncyl, cg->cg_niblk, cg->cg_ndblk); in printcg()