Searched refs:ndblk (Results 1 – 1 of 1) sorted by relevance
1911 daddr32_t ndblk; in cg_sanity() local1916 &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() argument2070 *ndblk = dmax - cbase; in cg_constants()[all …]