Searched refs:bi_copyfba (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 131 int tree_fba = ip->bi_copyfba + (ip->bi_copyfba-ip->bi_shdfba); in node_io() 189 fba = ip->bi_copyfba + (ip->bi_copyfba-ip->bi_shdfba); in node_fba_fill()
|
H A D | dsw_dev.c | 1050 II_CNT_BITS(ip, ip->bi_copyfba, in ii_set_stats_update() 1864 ip->bi_copyfba = bm_header->ii_copyfba; in _ii_config() 1897 bmp_chunks = ii_btsize(bmp_size - ip->bi_copyfba - in _ii_config() 1899 tmp_chunks = ip->bi_copyfba + in _ii_config() 1997 ip->bi_copyfba = copyfba; in _ii_config() 2973 ip->bi_copyfba = bm_header->ii_copyfba; in _ii_reset() 3573 bi_idxfba = ip->bi_copyfba + (ip->bi_copyfba - ip->bi_shdfba); in _ii_segment() 3596 rc = II_CO_BMP(ip, ip->bi_copyfba+usegment.seg_number, in _ii_segment() 3682 rc = II_CO_BMP(ip, ip->bi_copyfba, ubitmap.copy_bitmap, in _ii_bitmap() 5343 rc = II_CNT_BITS(ip, ip->bi_copyfba, &nbitsset, bitmap_size); in _ii_bitsset() [all …]
|
H A D | dsw_dev.h | 354 nsc_off_t bi_copyfba; /* location of copy bitmap */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 257 mdb_printf("bi_copyfba: %0x\t", ii_info.bi_copyfba); in ii_info()
|