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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h241 #define MDDB_BSIZE (uint_t)DEV_BSIZE macro
286 MDDB_BSIZE - 1) / MDDB_BSIZE)
291 #define MDDB_MNLNCNT ((sizeof (mddb_mnln_t) + (MDDB_BSIZE - 1)) \
292 / MDDB_BSIZE)
301 #define MDDB_DT_BYTES (roundup(sizeof (mddb_dt_t), MDDB_BSIZE))
357 #define MDDB_DID_BYTES (roundup(sizeof (mddb_did_blk_t), MDDB_BSIZE))
485 #define MDDB_MNLBCNT ((sizeof (mddb_mnlb_t) + (MDDB_BSIZE - 1)) \
486 / MDDB_BSIZE)
499 * - MB's are a fixed size record (MDDB_BSIZE)
[all...]

Completed in 65 milliseconds