Home
last modified time | relevance | path

Searched refs:sdbc_safestore (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c104 safestore_ops_t *sdbc_safestore; variable
328 if ((sdbc_safestore = sst_open(ss_type, 0)) == NULL) {
335 if (SSOP_CONFIGURE(sdbc_safestore, &safestore_config,
340 (void) sst_close(sdbc_safestore);
354 if (SAFESTORE_LOCAL(sdbc_safestore))
402 if (SAFESTORE_RECOVERY(sdbc_safestore)) {
670 if (sdbc_safestore)
671 SSOP_DECONFIGURE(sdbc_safestore, pinneddata);
H A Dsd_ft.c227 if (SAFESTORE_LOCAL(sdbc_safestore)) in _sd_health_thread()
242 if (!SAFESTORE_LOCAL(sdbc_safestore)) in _sd_health_thread()
460 if (SSOP_READ_CBLOCK(sdbc_safestore, res, (void *)ent->cc_data, in _sd_ft_clone()
490 SSOP_SETVOL(sdbc_safestore, cdi->cd_global); in _sd_ft_clone()
610 if (SAFESTORE_LOCAL(sdbc_safestore)) { in sdbc_setmodeandftdata()
611 if (!SAFESTORE_SAFE(sdbc_safestore)) { in sdbc_setmodeandftdata()
817 SSOP_SETVOL(sdbc_safestore, cdi->cd_global); in _sd_cd_online()
855 SSOP_SETCENTRY(sdbc_safestore, wctl); in _sd_cd_online()
856 SSOP_DEALLOCRESOURCE(sdbc_safestore, in _sd_cd_online()
1009 if (SSOP_GETCDIR(sdbc_safestore, &key, &cdir)) { in sdbc_recover_vol()
[all …]
H A Dsd_io.c229 SSOP_SETCENTRY(sdbc_safestore, wctl); in sdbc_dealloc_dm_shutdown()
230 SSOP_DEALLOCRESOURCE(sdbc_safestore, wctl->sc_res); in sdbc_dealloc_dm_shutdown()
508 SSOP_SETCENTRY(sdbc_safestore, in _sd_dealloc_dm()
511 sdbc_safestore, in _sd_dealloc_dm()
614 SSOP_SETCENTRY(sdbc_safestore, in _sd_dealloc_dm()
617 sdbc_safestore, in _sd_dealloc_dm()
1235 SSOP_SETCENTRY(sdbc_safestore, wctl); in _sd_process_pending()
1236 SSOP_DEALLOCRESOURCE(sdbc_safestore, wctl->sc_res); in _sd_process_pending()
1290 SSOP_SETCENTRY(sdbc_safestore, wctl); in _sd_process_pending()
1291 SSOP_DEALLOCRESOURCE(sdbc_safestore, wctl->sc_res); in _sd_process_pending()
[all …]
H A Dsd_bcache.c947 if (SSOP_GETVDIR(sdbc_safestore, &key, &vdir)) { in _sdbc_gl_file_configure()
959 while ((err = SSOP_GETVDIRENT(sdbc_safestore, &vdir, fileinfo)) in _sdbc_gl_file_configure()
980 if (SSOP_GETVDIR(sdbc_safestore, &key, &vdir)) { in _sdbc_gl_file_configure()
991 while ((err = SSOP_GETVDIRENT(sdbc_safestore, &vdir, in _sdbc_gl_file_configure()
1006 if ((err = SSOP_SETVOL(sdbc_safestore, fileinfo)) in _sdbc_gl_file_configure()
1071 if (SSOP_GETCDIR(sdbc_safestore, &key, &cdir)) { in _sdbc_gl_centry_configure()
1083 while ((err = SSOP_GETCDIRENT(sdbc_safestore, &cdir, cinfo)) in _sdbc_gl_centry_configure()
1100 if (SSOP_GETCDIR(sdbc_safestore, &key, &cdir)) { in _sdbc_gl_centry_configure()
1111 while ((err = SSOP_GETCDIRENT(sdbc_safestore, &cdir, cinfo)) in _sdbc_gl_centry_configure()
1116 if ((err = SSOP_SETCENTRY(sdbc_safestore, cinfo)) in _sdbc_gl_centry_configure()
[all …]
H A Dsafestore.h645 extern safestore_ops_t *sdbc_safestore;
H A Dsd_bcache.h815 SSOP_SETCENTRY(sdbc_safestore, gl); }
824 SSOP_SETCENTRY(sdbc_safestore, gl); }
1071 extern safestore_ops_t *sdbc_safestore;
H A Dsd_misc.c883 if (sdbc_safestore) { in sdbc_get_cd_blk()
896 } else if (SSOP_READ_CBLOCK(sdbc_safestore, in sdbc_get_cd_blk()