Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1911 daddr32_t ndblk; in cg_sanity() local
1916 &exp_freeoff, &exp_nextfreeoff, &ndblk); in cg_sanity()
1969 if (cgp->cg_ndblk != ndblk) { in cg_sanity()
1972 cgp->cg_ndblk, ndblk); in cg_sanity()
1976 if ((cgp->cg_rotor < 0) || (cgp->cg_rotor >= ndblk)) { in cg_sanity()
1980 cgp->cg_rotor, ndblk); in cg_sanity()
1984 if ((cgp->cg_frotor < 0) || (cgp->cg_frotor >= ndblk)) { in cg_sanity()
1988 cgp->cg_frotor, ndblk); in cg_sanity()
2049 daddr32_t *ndblk) in cg_constants() argument
2070 *ndblk = dmax - cbase; in cg_constants()
[all …]