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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c428 if (raidp->pw_count != PWCNT_MIN)
2267 mr->un_pwcnt = PWCNT_MIN;
2268 if ((mr->un_pwcnt < PWCNT_MIN) || (mr->un_pwcnt > PWCNT_MAX)) {
2290 assert(mr->un_pwcnt >= PWCNT_MIN);
2567 if (((int)raidp->pw_count < PWCNT_MIN) ||
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h49 #define PWCNT_MIN 10 /* mininum # prewrites */ macro

Completed in 65 milliseconds