Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c107 header->ii_shdchks = ip->bi_shdchks; in update_tree_header()
263 if (ip->bi_shdchkused < ip->bi_shdchks) { in alloc_chunk()
266 ASSERT(ip->bi_shdfchk >= 0 && ip->bi_shdfchk < ip->bi_shdchks); in alloc_chunk()
275 (ip->bi_shdfchk >= 0 && ip->bi_shdfchk < ip->bi_shdchks)); in alloc_chunk()
325 (ip->bi_shdfchk >= 0 && ip->bi_shdfchk < ip->bi_shdchks)); in free_node()
H A Ddsw_dev.h375 chunkid_t bi_shdchks; /* # of chunks on shadow vol */ member
H A Ddsw_dev.c1095 kp->shdchks.value.ul = ip->bi_shdchks; in ii_set_stats_update()
1383 ip->bi_shdchks = bm_header->ii_shdchks; in _ii_config()
1927 ip->bi_shdchks = shd_chunks; in _ii_config()
1930 ip->bi_shdchks = (chunkid_t)shd_chunks; in _ii_config()
1935 ip->bi_shdchks = shd_size / DSW_SIZE; in _ii_config()
1995 ip->bi_shdchks = shd_size / DSW_SIZE; in _ii_config()
2463 ustat.shdsize = ip->bi_shdchks; in _ii_stat()
6953 (nsc_size_t)ip->bi_shdchks)) { in _ii_copyvolp()
/titanic_41/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c288 mdb_printf("bi_shdchks: %d\n", ii_info.bi_shdchks); in ii_info()