Home
last modified time | relevance | path

Searched refs:_sdbc_gl_file_info (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c533 cd_gl = _sdbc_gl_file_info + cd; in _sd_repin_cd()
935 extern ss_voldata_t *_sdbc_gl_file_info; in _sd_failover_file_open()
938 cd_gl = _sdbc_gl_file_info + cd; in _sd_failover_file_open()
998 ss_voldata_t *cd_gl = _sdbc_gl_file_info + cd; in sdbc_recover_vol()
H A Dsd_bcache.c235 ss_voldata_t *_sdbc_gl_file_info; variable
930 if ((_sdbc_gl_file_info = kmem_zalloc(_sdbc_gl_file_info_size, in _sdbc_gl_file_configure()
939 fileinfo = _sdbc_gl_file_info; in _sdbc_gl_file_configure()
1143 if (_sdbc_gl_file_info) in _sdbc_gl_file_deconfigure()
1144 kmem_free(_sdbc_gl_file_info, _sdbc_gl_file_info_size); in _sdbc_gl_file_deconfigure()
1146 _sdbc_gl_file_info = NULL; in _sdbc_gl_file_deconfigure()
1418 cdg = _sdbc_gl_file_info + new_cd; in _sd_open_cd()
1508 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd); in _sd_open_cd()
1525 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd); in _sd_open_cd()
H A Dsd_bcache.h1073 extern ss_voldata_t *_sdbc_gl_file_info;