Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c292 md_m_shared_t *shared; in mirror_set_sm_state()
304 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in mirror_set_sm_state()
332 md_m_shared_t *shared; in mirror_geterror()
347 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in mirror_geterror()
421 md_m_shared_t *shared; in check_comp_4_hotspares()
439 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in check_comp_4_hotspares()
695 md_m_shared_t *shared; in check_unit_4_hotspares()
697 shared = (md_m_shared_t *) in check_unit_4_hotspares()
1089 md_m_shared_t *shared; in submirror_unavailable()
1098 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in submirror_unavailable()
[all …]
H A Dmirror_ioctl.c975 md_m_shared_t *shared; in reset_comp_states()
979 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in reset_comp_states()
2053 md_m_shared_t *shared; in mirror_set_state()
2074 shared = (md_m_shared_t *) in mirror_set_state()
3840 md_m_shared_t *shared; in mirror_rename_check()
3886 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in mirror_rename_check()
H A Dmirror_resync.c1604 md_m_shared_t *shared; in check_comp_4_resync()
1620 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in check_comp_4_resync()
2170 md_m_shared_t *shared; in reset_comp_flags()
2182 shared = (md_m_shared_t *)(*(smic->sm_shared_by_indx)) in reset_comp_flags()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mirror_shared.h73 } md_m_shared_t; typedef
H A Dmd_stripe.h58 md_m_shared_t un_mirror; /* mirror shared data */
H A Dmd_mirror.h145 md_m_shared_t sm_shared; /* used for mirroring plain devices */
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c906 md_m_shared_t *mdm = &mdc->un_mirror; in process_stripe()