Home
last modified time | relevance | path

Searched refs:BLK_FBA_BITS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h837 #define FULLY_VALID(cc_entry) ((cc_entry)->cc_valid == BLK_FBA_BITS)
839 ((cc_entry)->cc_valid = BLK_FBA_BITS)
841 #define FULLY_DIRTY(cc_entry) ((cc_entry)->cc_dirty == BLK_FBA_BITS)
844 #define _SD_BMAP_ISFULL(bmap) (bmap == BLK_FBA_BITS)
1050 extern _sd_bitmap_t BLK_FBA_BITS;
H A Dsd_bcache.c314 _sd_bitmap_t BLK_FBA_BITS; variable
483 BLK_FBA_BITS = _fba_bits[BLK_FBAS]; in _sdbc_cache_configure()
536 BLK_FBA_BITS = 0; in _sdbc_cache_deconfigure()
5358 _sd_ccent_rd(cc_ent, (uint_t)BLK_FBA_BITS, bp);