Home
last modified time | relevance | path

Searched refs:cc_write (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c225 if (!(CENTRY_DIRTY(cc_ent)) && (wctl = cc_ent->cc_write)) { in sdbc_dealloc_dm_shutdown()
499 wctl = cur_ent->cc_write; in _sd_dealloc_dm()
570 wctl = cur_ent->cc_write; in _sd_dealloc_dm()
571 cur_ent->cc_write = 0; in _sd_dealloc_dm()
1229 wctl = cc_ent->cc_write; in _sd_process_pending()
1230 cc_ent->cc_write = NULL; in _sd_process_pending()
1282 wctl = cc_ent->cc_write; in _sd_process_pending()
1283 cc_ent->cc_write = NULL; in _sd_process_pending()
1551 if (cc_ent->cc_write) { in _sd_process_failure()
1552 cc_ent->cc_write->sc_flag = cc_ent->cc_flag; in _sd_process_failure()
[all …]
H A Dsd_bcache.h238 ss_centry_info_t *cc_write; /* mirrored writes control block */ member
713 (centry)->cc_write->sc_cd = CENTRY_CD(centry), \
714 (centry)->cc_write->sc_fpos = CENTRY_BLK(centry)
810 ss_centry_info_t *gl = (cc_entry)->cc_write; \
819 ss_centry_info_t *gl = (cc_entry)->cc_write; \
H A Dsd_misc.c870 info.ci_write = cc_ent->cc_write ? 1 : 0; in sdbc_get_cd_blk()
881 if (cc_ent->cc_write) { in sdbc_get_cd_blk()
886 (void *)cc_ent->cc_write, in sdbc_get_cd_blk()
887 (void *)cc_ent->cc_write->sc_res); in sdbc_get_cd_blk()
897 cc_ent->cc_write->sc_res, taddr, in sdbc_get_cd_blk()
H A Dsd_ft.c471 ent->cc_write = ft_cent; in _sd_ft_clone()
847 wctl = cc_ent->cc_write; in _sd_cd_online()
848 cc_ent->cc_write = NULL; in _sd_cd_online()
H A Dsd_bcache.c888 centry->cc_write = NULL; in _sdbc_mem_configure()
1677 cc_ent->cc_write->sc_res, cc_ent->cc_data, in _sdbc_remote_store_pinned()
1685 cc_ent->cc_write->sc_flag = cc_ent->cc_flag; in _sdbc_remote_store_pinned()
1687 cc_ent->cc_write->sc_dirty = CENTRY_DIRTY(cc_ent); in _sdbc_remote_store_pinned()
1689 SSOP_SETCENTRY(sdbc_safestore, cc_ent->cc_write); in _sdbc_remote_store_pinned()
3115 centry->cc_write);
4856 if ((wctl = centry->cc_write) != 0) {
4862 centry->cc_write = NULL;
4991 if (!(ce->cc_write))
5002 if (ce->cc_write)
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1778 centry.cc_data, centry.cc_write); in sdbc_cctl()