Lines Matching refs:cf_blocksize
1294 sc->sc_cdata.cf_blocksize = ci->ci_blocksize;
1317 &sc->sc_cdata.cf_blocksize);
1318 if (sc->sc_cdata.cf_blocksize > CGD_MAXBLOCKSIZE) {
1320 sc->sc_cdata.cf_blocksize, CGD_MAXBLOCKSIZE);
1329 sc->sc_cdata.cf_blocksize /= encblkno[i].d;
1425 cgu->cgu_blocksize = sc->sc_cdata.cf_blocksize;
1592 size_t blocksize = sc->sc_cdata.cf_blocksize;
1683 sc.sc_cdata.cf_blocksize = 8 * selftests[i].blocksize;
1689 key, &sc.sc_cdata.cf_blocksize);
1692 if (sc.sc_cdata.cf_blocksize > CGD_MAXBLOCKSIZE)
1693 panic("bad block size %zu", sc.sc_cdata.cf_blocksize);
1696 sc.sc_cdata.cf_blocksize /= 8;