Searched refs:_sd_cache_files (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 355 _sd_cd_info_t *cdi = &_sd_cache_files[cd]; in _sd_recovery_wblk_wait() 445 cdi = &(_sd_cache_files[cd]); in _sd_ft_clone() 529 cdi = &_sd_cache_files[cd]; in _sd_repin_cd() 708 cdi = &_sd_cache_files[cd]; in _sd_hash_invalidate_cd() 776 _sd_cd_info_t *cdi = &_sd_cache_files[cd]; in _sd_cd_online() 939 cdi = &(_sd_cache_files[cd]); in _sd_failover_file_open() 1087 cdi = &(_sd_cache_files[cd]); in _sd_failover_done() 1200 _sd_cd_info_t *cdi = &(_sd_cache_files[cd]); in _sd_wait_for_flush()
|
H A D | sd_conf.c | 512 if (_sd_cache_files && _sd_is_mirror_down()) { 514 cdi = &(_sd_cache_files[i]); 577 if (_sd_cache_files) { 593 if (_sd_cache_files) { 595 cdi = &(_sd_cache_files[i]);
|
H A D | sd_pcu.c | 576 cdi = _sd_cache_files; in _sdbc_power_flush() 585 } while (++cdi != &_sd_cache_files[sdbc_max_devs]); in _sdbc_power_flush() 604 cdi = _sd_cache_files; in _sdbc_power_flush() 627 } while (++cdi != &_sd_cache_files[sdbc_max_devs]); in _sdbc_power_flush() 670 for (cdi = _sd_cache_files; in _sdbc_power_flush() 671 cdi != &_sd_cache_files[sdbc_max_devs]; cdi++) { in _sdbc_power_flush()
|
H A D | sd_tdaemon.c | 410 (void) nsc_reserve(_sd_cache_files[cd].cd_rawfd, NSC_MULTI); in _td_attach_cd() 417 nsc_release(_sd_cache_files[cd].cd_rawfd); in _td_detach_cd() 461 _test_async_fail = _sd_cache_files[cd].cd_crdev; in test_control() 1047 bp = sd_alloc_iob(_sd_cache_files[cd].cd_crdev, in _sd_direct_test() 1051 _sd_cache_files[cd].cd_strategy, myend, NULL); in _sd_direct_test() 1056 bp = sd_alloc_iob(_sd_cache_files[cd].cd_crdev, in _sd_direct_test() 1060 _sd_cache_files[cd].cd_strategy, myend, NULL); in _sd_direct_test() 1064 bp = sd_alloc_iob(_sd_cache_files[cd].cd_crdev, in _sd_direct_test() 1068 _sd_cache_files[cd].cd_strategy, myend, NULL); in _sd_direct_test()
|
H A D | sd_io.c | 1039 (void) sd_start_io(bp, _sd_cache_files[cd].cd_strategy, in _sd_async_flclist() 1057 cdi = &(_sd_cache_files[cd]); in _sd_enqueue_io_pending() 1104 (void) sd_start_io(bp, _sd_cache_files[cd].cd_strategy, in _sd_async_flcent() 1131 (void) sd_start_io(bp, _sd_cache_files[cd].cd_strategy, in _sd_async_flcent() 1153 cdi = &(_sd_cache_files[cd]); in _sd_process_pending() 1334 cdi = &(_sd_cache_files[cd]); in _sd_flcent_ea() 1408 cdi = &(_sd_cache_files[cd]); in _sd_flclist_ea() 1536 cdi = &(_sd_cache_files[cd]); in _sd_process_failure() 1586 nsc_unpinned_data(_sd_cache_files[cd].cd_iodev, in _sd_process_reflush() 1623 cdi = &(_sd_cache_files[cd]); in cd_write_thread() [all …]
|
H A D | sd_bcache.h | 733 (_sd_cache_files[(cd)].cd_info->sh_filesize)) { \ 738 (_sd_cache_files[(cd)].cd_info->sh_filesize)); \ 758 #define _SD_CD_HINTS(cd) (_sd_cache_files[(cd)].cd_hint) 780 (_sd_cache_files[(cd)].cd_info != NULL) && \ 781 (_sd_cache_files[(cd)].cd_info->sh_alloc \ 1003 #define _SD_CD_WRITER(cd) ((_sd_cache_files[(cd)].cd_info->sh_numdirty>\ 1053 extern _sd_cd_info_t *_sd_cache_files;
|
H A D | sd_bcache.c | 294 _sd_cd_info_t *_sd_cache_files; variable 462 _sd_cache_files = (_sd_cd_info_t *) in _sdbc_cache_configure() 529 if (_sd_cache_files) { in _sdbc_cache_deconfigure() 530 kmem_free(_sd_cache_files, in _sdbc_cache_deconfigure() 532 _sd_cache_files = (_sd_cd_info_t *)NULL; in _sdbc_cache_deconfigure() 1342 cdi = &(_sd_cache_files[cd]); in _sd_open_io() 1384 cdi = &(_sd_cache_files[cd]); in _sd_open_cd() 1417 for (cdi = &(_sd_cache_files[new_cd]), in _sd_open_cd() 1557 _sd_cd_info_t *cdi = &(_sd_cache_files[cd]); in _sd_close() 1641 cdi = &(_sd_cache_files[cd]); in _sd_close_io() [all …]
|
H A D | sd_misc.c | 1359 *filename = _sd_cache_files[cd].cd_info->sh_filename; in _sd_get_cd_blk()
|