Searched refs:un_resync_flg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c430 while (un->un_resync_flg & MM_RF_STALL_CLEAN)
492 un->un_resync_flg |= MM_RF_GATECLOSED;
496 un->un_resync_flg &= ~MM_RF_GATECLOSED;
789 un->un_resync_flg = 0;
3216 un->un_resync_flg |= MM_RF_COMMITING | MM_RF_GATECLOSED;
3222 un->un_resync_flg &= ~(MM_RF_COMMITING | MM_RF_GATECLOSED);
3295 while (un->un_resync_flg & MM_RF_GATECLOSED) {
3320 un->un_resync_flg |= MM_RF_COMMIT_NEEDED;
3323 !(un->un_resync_flg & MM_RF_GATECLOSED)) {
3329 if (un->un_resync_flg
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h169 uint_t un_resync_flg; member in struct:mm_unit32_od
376 uint_t un_resync_flg; member in struct:mm_unit

Completed in 66 milliseconds