Searched refs:cd_global (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c488 if (cdi->cd_global->sv_pinned != _SD_NO_HOST) {
489 cdi->cd_global->sv_pinned = _SD_NO_HOST;
490 SSOP_SETVOL(sdbc_safestore, cdi->cd_global);
530 if (cdi->cd_global->sv_pinned == _SD_NO_HOST)
790 if (!cdi->cd_info || !cdi->cd_global)
794 (cdi->cd_global->sv_pinned != _SD_SELF_HOST))
800 if (discard && (cdi->cd_global->sv_attached == _SD_SELF_HOST))
804 (cdi->cd_global->sv_attached == _SD_MIRROR_HOST) &&
816 cdi->cd_global->sv_pinned = _SD_NO_HOST;
817 SSOP_SETVOL(sdbc_safestore, cdi->cd_global);
[all...]
H A Dsd_bcache.c1508 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd);
1512 if ((cdi->cd_global->sv_pinned == _SD_SELF_HOST) &&
1525 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd);
1591 (cdi->cd_global->sv_pinned == _SD_NO_HOST)) {
1592 cdi->cd_global->sv_pinned = _SD_SELF_HOST;
1593 SSOP_SETVOL(sdbc_safestore, cdi->cd_global);
1664 if (cdi->cd_global->sv_pinned == _SD_NO_HOST) {
1665 cdi->cd_global->sv_pinned = _SD_SELF_HOST;
1666 SSOP_SETVOL(sdbc_safestore, cdi->cd_global);
1783 if (cdi->cd_global
[all...]
H A Dsd_io.c1540 if (!cdi->cd_global->sv_pinned) {
1541 cdi->cd_global->sv_pinned = _SD_SELF_HOST;
1542 SSOP_SETVOL(sdbc_safestore, cdi->cd_global);
H A Dsd_bcache.h541 ss_voldata_t *cd_global; /* RM information for this cd */ member in struct:_sd_cd_info
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2408 cdi.cd_global, cdi.cd_dirty_head);
2420 if (cdi.cd_global != NULL) {
2422 (uintptr_t)cdi.cd_global) == -1)
2423 mdb_warn("failed to read cd_global at %p",
2424 cdi.cd_global);
2426 mdb_printf("cd_global: %s\n", gl_file.sv_volname);

Completed in 84 milliseconds