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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c4816 * If MN set, lb_blkcnt must be MDDB_MNLBCNT.
4817 * If a traditional set, lb_blkcnt must NOT be MDDB_MNLBCNT.
4820 if (((mn_set) && (lb_blkcnt != MDDB_MNLBCNT)) ||
4821 ((!mn_set) && (lb_blkcnt == MDDB_MNLBCNT))) {
4830 lb_blkcnt = MDDB_MNLBCNT;
6632 lb_blkcnt = MDDB_MNLBCNT;
11186 dbtob(MDDB_MNLBCNT), KM_SLEEP);
11195 if (lbp->lb_blkcnt != MDDB_MNLBCNT)
11199 if (crcchk(lbp, &lbp->lb_checksum, dbtob(MDDB_MNLBCNT),
11274 kmem_free(lbp, dbtob(MDDB_MNLBCNT));
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h476 /* Don't change array sizes without changing MDDB_MNLBCNT */
485 #define MDDB_MNLBCNT ((sizeof (mddb_mnlb_t) + (MDDB_BSIZE - 1)) \ macro

Completed in 84 milliseconds