Searched defs:mdmn_logrecs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_changelog.c63 int mdmn_logrecs = (MDMN_LOGRECS_QUANTA + variable
90 for (i = 0; i < mdmn_logrecs; i++) {
182 mdmn_logrecs += (MDMN_LOGRECS_TRIMUP) ? MDMN_LOGRECS_QUANTA : 0;
184 mdmn_changelog[setno] = Zalloc(MDMN_LOGHDR_SIZE * mdmn_logrecs);
186 for (i = 0; i < mdmn_logrecs; i++) {
248 for (lrc = 0; lrc < mdmn_logrecs; lrc++) {
473 size = (mdmn_logrecs + 1) * sizeof (int);
478 for (lrc = 0; lrc < mdmn_logrecs; lrc++) {
606 return (mdmn_logrecs);
619 mdmn_logrecs);
[all...]

Completed in 146 milliseconds