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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c1053 un->un_rs_type, flags);
1062 MD_SID(un), un->un_rs_type);
1067 rmsg->msg_resync_type = un->un_rs_type;
1143 MD_SID(un), currentblk, rsize, un->un_rs_type,
1148 rmsg->msg_resync_type = un->un_rs_type;
1241 rs_type = un->un_rs_type;
1280 if (un->un_rs_type != rs_type)
1310 if (un->un_rs_type != rs_type)
1336 uint_t old_rs_type = un->un_rs_type;
1367 un->un_rs_type
[all...]
H A Dmirror.c630 * For a multi-node set we need to reset the un_rs_type,
635 un->un_rs_type = MD_RS_NONE;
4736 if ((p->rs_type == un->un_rs_type) &&
4790 un->un_rs_type = p->rs_type;
4906 un->un_rs_type = p->rs_type;
4959 SET_RS_TYPE_NONE(un->un_rs_type);
4969 (RS_TYPE(un->un_rs_type) == MD_RS_NONE)) {
5015 un->un_resync_completed = un->un_rs_type;
5016 SET_RS_TYPE_NONE(un->un_rs_type);
5064 un->un_resync_completed = un->un_rs_type;
[all...]
H A Dmirror_ioctl.c819 un->un_rs_type = MD_RS_NONE;
/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c336 small_un->un_rs_type = big_un->un_rs_type;
369 big_un->un_rs_type = small_un->un_rs_type;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h188 caddr32_t un_rs_type; /* type of resync in progress */ member in struct:mm_unit32_od
211 /* Types of resync in progress (used for un_rs_type) */
219 * un_rs_type is split into the following bitfields:
390 uint_t un_rs_type; /* type of resync */ member in struct:mm_unit

Completed in 104 milliseconds