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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h617 typedef struct mddb_db { struct
622 struct mddb_db *db_next;
652 * This is, and always will be, the on-disk version of mddb_db
653 * When mddb_db32 is read in it is converted into mddb_db
654 * To minimize impact on mddb format mddb_db fileds remain intact
711 to->db_next = (struct mddb_db *)(uintptr_t)from->db32_next; \

Completed in 51 milliseconds