Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c768 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_copy_pattern_to_handle() local
778 st_cblk_off = BLK_FBA_OFF(fba_pos); in _sd_copy_pattern_to_handle()
779 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_copy_pattern_to_handle()
787 *((uint_t *)(void *)(cc_ent->cc_data + FBA_SIZE(st_cblk_off) + in _sd_copy_pattern_to_handle()
819 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_copy_handle() local
843 st_cblk_off = BLK_FBA_OFF(fba_pos1); in _sd_copy_handle()
844 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_copy_handle()
851 skew_word = cc_ent->cc_data + FBA_SIZE(st_cblk_off); in _sd_copy_handle()
853 bcopy(cc_ent->cc_data + FBA_SIZE(st_cblk_off), cc_ent1->cc_data + in _sd_copy_handle()
854 FBA_SIZE(st_cblk_off), FBA_SIZE(st_cblk_len)); in _sd_copy_handle()
[all …]
H A Dsd_bcache.c2095 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_prefetch_buf() local
2129 st_cblk_off = BLK_FBA_OFF(fba_pos); in _sd_prefetch_buf()
2130 st_cblk_len = BLK_FBAS - st_cblk_off; in _sd_prefetch_buf()
2160 SDBC_VALID_BITS(st_cblk_off, st_cblk_len, centry)) { in _sd_prefetch_buf()
2168 st_cblk_off = 0; in _sd_prefetch_buf()
2331 if (!SDBC_VALID_BITS(st_cblk_off, st_cblk_len, in _sd_prefetch_buf()
2333 io_pos = BLK_TO_FBA_NUM(cblk) + st_cblk_off; in _sd_prefetch_buf()
2336 DATA_LOG(SDF_ALLOC, centry, st_cblk_off, in _sd_prefetch_buf()
2340 st_cblk_off), int, st_cblk_len, in _sd_prefetch_buf()
2342 FBA_SIZE(st_cblk_off)), char *, in _sd_prefetch_buf()
[all …]
H A Dsd_ft.c1107 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_uncommit() local
1134 st_cblk_off = BLK_FBA_OFF(fba_pos); in _sd_uncommit()
1135 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_uncommit()
1147 bits = SDBC_GET_BITS(st_cblk_off, st_cblk_len); in _sd_uncommit()
H A Dsd_misc.c1260 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_data_log_chain() local
1265 st_cblk_off = BLK_FBA_OFF(fba_pos); in _sd_data_log_chain()
1266 st_cblk_len = BLK_FBAS - st_cblk_off; in _sd_data_log_chain()
1274 DATA_LOG(num, centry, st_cblk_off, st_cblk_len); in _sd_data_log_chain()