Searched refs:SDBC_GET_BITS (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.h | 802 #define SDBC_GET_BITS(fba_off, fba_len) \ macro 806 (cc_entry)->cc_valid |= SDBC_GET_BITS(fba_off, fba_len) 809 _sd_bitmap_t dirty, newdb = SDBC_GET_BITS(fba_off, fba_len); \ 818 _sd_bitmap_t dirty, newdb = SDBC_GET_BITS(fba_off, fba_len); \ 827 ((((cc_entry)->cc_valid) & (SDBC_GET_BITS(fba_off, fba_len))) \ 828 == (SDBC_GET_BITS(fba_off, fba_len)))
|
H A D | sd_ft.c | 1147 bits = SDBC_GET_BITS(st_cblk_off, st_cblk_len); in _sd_uncommit() 1152 bits = SDBC_GET_BITS(0, BLK_FBAS); in _sd_uncommit() 1167 bits = SDBC_GET_BITS(0, end_cblk_len); in _sd_uncommit()
|
H A D | sd_bcache.c | 5346 want_bits = SDBC_GET_BITS(st_cblk_off, st_cblk_len); 5368 want_bits = SDBC_GET_BITS(0, end_cblk_len); 5610 if (old & SDBC_GET_BITS(st_off, st_len)) { 6104 dirty &= ~(SDBC_GET_BITS( 7070 _sd_lookup_map[i].mi_mask = SDBC_GET_BITS(stpos, len);
|