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

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c115 un->un_column[un->un_resync_index].un_devflags &= ~MD_RAID_RESYNC;
116 un->un_column[un->un_resync_index].un_devflags &= ~MD_RAID_RESYNC_ERRED;
117 un->un_column[un->un_resync_index].un_devflags &=
121 un->un_resync_index = NOCOLUMN;
174 un->un_resync_index = column_index;
441 resync = un->un_resync_index;
632 resync = un->un_resync_index;
994 resync = un->un_resync_index;
1056 ASSERT(un->un_column[un->un_resync_index].un_devflags &
H A Draid_ioctl.c474 if ((un->un_init_colcnt > 0) && (un->un_resync_index != -1)) {
H A Draid.c986 un->un_resync_index = 0;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h635 #define un_resync_index _t_un._resync._t_un_resync_index macro

Completed in 74 milliseconds