Searched refs:BLK_FBAS (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 983 sd_add_fba(bp, &cc_ent->cc_addr, 0, BLK_FBAS); in _sd_async_flclist() 984 DATA_LOG(SDF_FLSHLIST, cc_ent, 0, BLK_FBAS); in _sd_async_flclist() 988 int, BLK_FBAS, char *, in _sd_async_flclist() 991 FBA_SIZE(BLK_FBAS) - 8)); in _sd_async_flclist() 1095 sd_add_fba(bp, &cc_ent->cc_addr, 0, BLK_FBAS); in _sd_async_flcent() 1096 DATA_LOG(SDF_FLSHENT, cc_ent, 0, BLK_FBAS); in _sd_async_flcent() 1100 int, BLK_FBAS, char *, *(int64_t *)(cc_ent->cc_data), in _sd_async_flcent() 1102 FBA_SIZE(BLK_FBAS) - 8)); in _sd_async_flcent() 1106 DISK_FBA_WRITE(cd, BLK_FBAS); in _sd_async_flcent() 1108 WRITE_DESTAGED(cd, BLK_FBAS); in _sd_async_flcent() [all …]
|
H A D | sd_bcache.c | 311 int BLK_FBAS; /* number of FBA's in a cache block */ variable 482 BLK_FBAS = FBA_NUM(CACHE_BLOCK_SIZE); in _sdbc_cache_configure() 483 BLK_FBA_BITS = _fba_bits[BLK_FBAS]; in _sdbc_cache_configure() 537 BLK_FBAS = 0; in _sdbc_cache_deconfigure() 2050 BLK_TO_FBA_NUM(CENTRY_BLK(cc_ent)), BLK_FBAS); in _sd_get_pinned() 2130 st_cblk_len = BLK_FBAS - st_cblk_off; in _sd_prefetch_buf() 2170 ((fba_len > (nsc_size_t)BLK_FBAS) ? in _sd_prefetch_buf() 2171 BLK_FBAS : fba_len); in _sd_prefetch_buf() 2350 ((fba_len > (nsc_size_t)BLK_FBAS) ? in _sd_prefetch_buf() 2351 BLK_FBAS : fba_len); in _sd_prefetch_buf() [all …]
|
H A D | sd_ft.c | 444 SDTRACE(ST_ENTER|SDF_FT_CLONE, cd, BLK_FBAS, cblk, dirty, _SD_NO_NET); in _sd_ft_clone() 451 cd, BLK_FBAS, cblk, dirty, EINTR); in _sd_ft_clone() 508 SDTRACE(ST_EXIT|SDF_FT_CLONE, cd, BLK_FBAS, cblk, dirty, _SD_NO_NET); in _sd_ft_clone() 1135 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_uncommit() 1152 bits = SDBC_GET_BITS(0, BLK_FBAS); in _sd_uncommit() 1157 cc_len -= BLK_FBAS; in _sd_uncommit()
|
H A D | sd_pcu.c | 238 sd_add_fba(bp, &anon_list->cc_addr, 0, BLK_FBAS); in flush_anon_list() 355 sd_add_fba(bp, &b_list->cc_addr, 0, BLK_FBAS); in flush_bitmap_list() 440 sd_add_fba(bp, &cc_ent->cc_addr, 0, BLK_FBAS); in flush_centry_list() 485 sd_add_fba(bp, &hdr->cc_addr, 0, BLK_FBAS); in flush_hdr()
|
H A D | sd_tdaemon.c | 779 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_copy_pattern_to_handle() 798 cur_fba_len -= BLK_FBAS; in _sd_copy_pattern_to_handle() 844 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_copy_handle() 865 cur_fba_len -= BLK_FBAS; in _sd_copy_handle() 906 st_cblk_len = (BLK_FBAS - st_cblk_off); in _sd_compare_handle() 935 cur_fba_len -= BLK_FBAS; in _sd_compare_handle()
|
H A D | sd_misc.c | 1266 st_cblk_len = BLK_FBAS - st_cblk_off; in _sd_data_log_chain() 1280 DATA_LOG(num, centry, 0, BLK_FBAS); in _sd_data_log_chain() 1281 fba_len -= BLK_FBAS; in _sd_data_log_chain()
|
H A D | sd_bcache.h | 834 (((last)->cc_dirty & (1 << (BLK_FBAS - 1))) && ((next)->cc_dirty & 0x01))) 1049 extern int BLK_FBAS;
|