Searched refs:ndblk (Results 1 – 1 of 1) sorted by relevance
1918 daddr32_t ndblk; in cg_sanity() local1923 &exp_freeoff, &exp_nextfreeoff, &ndblk); in cg_sanity()1976 if (cgp->cg_ndblk != ndblk) { in cg_sanity()1979 cgp->cg_ndblk, ndblk); in cg_sanity()1983 if ((cgp->cg_rotor < 0) || (cgp->cg_rotor >= ndblk)) { in cg_sanity()1987 cgp->cg_rotor, ndblk); in cg_sanity()1991 if ((cgp->cg_frotor < 0) || (cgp->cg_frotor >= ndblk)) { in cg_sanity()1995 cgp->cg_frotor, ndblk); in cg_sanity()2056 daddr32_t *ndblk) in cg_constants() argument2077 *ndblk = dmax - cbase; in cg_constants()[all …]