Home
last modified time | relevance | path

Searched refs:MD_SET_MN_MIR_STATE_RC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdio.h973 #define MD_SET_MN_MIR_STATE_RC 0x00200000 /* Mirror state gotten for set */ macro
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetaclust.c1917 sf.sf_setflags = MD_SET_MN_MIR_STATE_RC; in main()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c7251 MD_SET_DIDCLUP | MD_SET_MNPARSE_BLK | MD_SET_MN_MIR_STATE_RC | in mddb_unload_set()
12232 if (info->sf_setflags & MD_SET_MN_MIR_STATE_RC) in mddb_setflags_ioctl()
12233 md_set_setstatus(setno, MD_SET_MN_MIR_STATE_RC); in mddb_setflags_ioctl()
12241 if (info->sf_setflags & MD_SET_MN_MIR_STATE_RC) in mddb_setflags_ioctl()
12242 md_clr_setstatus(setno, MD_SET_MN_MIR_STATE_RC); in mddb_setflags_ioctl()
12248 MD_SET_MN_MIR_STATE_RC); in mddb_setflags_ioctl()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c2415 MD_SET_MN_MIR_STATE_RC)) { in resync_unit()