Searched refs:un_pwcnt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_convert.h277 small_un->un_pwcnt = big_un->un_pwcnt; \
298 big_un->un_pwcnt = small_un->un_pwcnt; \
H A Dmd_raid.h109 rpw64->rpw_pwcnt = (un)->un_pwcnt; \
132 rpw32->rpw_pwcnt = (un)->un_pwcnt; \
277 uint_t un_pwcnt; member in struct:mr_unit
347 uint_t un_pwcnt; member in struct:mr_unit32_od
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c148 raidp->pw_count = mr->un_pwcnt;
926 mr->un_pwcnt) == EOF) {
932 (mr->un_pwsize / mr->un_pwcnt)) == EOF) {
2114 (rpw->rpw_pwcnt != mr->un_pwcnt) ||
2265 mr->un_pwcnt = raidp->pw_count;
2267 mr->un_pwcnt = PWCNT_MIN;
2268 if ((mr->un_pwcnt < PWCNT_MIN) || (mr->un_pwcnt > PWCNT_MAX)) {
2272 mr->un_pwsize = roundup((mr->un_pwcnt * pwes), 2);
2289 mr->un_pwcnt
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c581 (sizeof (mr_scoreboard_t) * un->un_pwcnt), KM_SLEEP);
584 pw->pw_free = un->un_pwcnt;
586 for (i = 0; i < un->un_pwcnt; i++) {
609 (sizeof (mr_scoreboard_t) * un->un_pwcnt));
726 int pwcnt = un->un_pwcnt;
784 ASSERT((use >= 0) && (use < un->un_pwcnt));
H A Draid_replay.c732 for (i = 0; i < un->un_pwcnt; i++) {
H A Draid_resync.c286 for (i = 0; i < un->un_pwcnt; i++) {

Completed in 88 milliseconds