Searched refs:MD_RS_NONE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c1367 un->un_rs_type = MD_RS_NONE;
2123 if (RS_TYPE(un->un_rs_type) == MD_RS_NONE)
2151 if ((RS_TYPE(un->un_rs_type) != MD_RS_NONE) &&
2346 uint_t old_rs_type = MD_RS_NONE;
2493 case MD_RS_NONE:
2500 un->un_rs_type = MD_RS_NONE;
2525 if ((RS_TYPE(un->un_rs_type) != MD_RS_NONE) &&
2554 (RS_TYPE(un->un_rs_type) != MD_RS_NONE)) {
2565 if (RS_TYPE(old_rs_type) != MD_RS_NONE) {
2591 if (RS_TYPE(un->un_rs_type) == MD_RS_NONE) {
[all...]
H A Dmirror.c635 un->un_rs_type = MD_RS_NONE;
4966 * is MD_RS_NONE.
4969 (RS_TYPE(un->un_rs_type) == MD_RS_NONE)) {
H A Dmirror_ioctl.c819 un->un_rs_type = MD_RS_NONE;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h212 #define MD_RS_NONE 0 /* No resync */ macro

Completed in 87 milliseconds