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

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c120 un->un_resync_line_index = 0;
175 un->un_resync_line_index = 0;
729 * resync will use data beyond un_resync_line_index on the
737 ASSERT(un->un_resync_line_index == resync_end_pos);
747 un->un_resync_line_index = 0;
H A Draid.c401 if (cs->cs_line < un->un_resync_line_index) {
985 un->un_resync_line_index = 0;
1782 un->un_resync_line_index = line;
H A Draid_ioctl.c1619 percent = d ? ((1000 * un->un_resync_line_index) / d) : 0;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h636 #define un_resync_line_index _t_un._resync._t_un_resync_line_index macro

Completed in 61 milliseconds