Searched refs:bi_shdfchk (Results 1 – 4 of 4) sorted by relevance
109 header->ii_shdfchk = ip->bi_shdfchk; in update_tree_header()265 } else if (ip->bi_shdfchk != II_NULLCHUNK) { in alloc_chunk()266 ASSERT(ip->bi_shdfchk >= 0 && ip->bi_shdfchk < ip->bi_shdchks); in alloc_chunk()267 rc = ip->bi_shdfchk; in alloc_chunk()273 ip->bi_shdfchk = nl.next_chunk; in alloc_chunk()274 ASSERT(ip->bi_shdfchk == II_NULLCHUNK || in alloc_chunk()275 (ip->bi_shdfchk >= 0 && ip->bi_shdfchk < ip->bi_shdchks)); in alloc_chunk()322 nl.next_chunk = ip->bi_shdfchk; in free_node()323 ip->bi_shdfchk = np->vchunk_id; in free_node()324 ASSERT(ip->bi_shdfchk == II_NULLCHUNK || in free_node()[all …]
377 chunkid_t bi_shdfchk; /* start of shd chunk flst */ member
1385 ip->bi_shdfchk = bm_header->ii_shdfchk; in _ii_config()
290 mdb_printf("bi_shdfchk: %d\n", ii_info.bi_shdfchk); in ii_info()