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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c607 static daddr_t min_dbsize = 0; local
609 if (min_dbsize == 0) {
611 min_dbsize = MD_DBSIZE;
618 min_dbsize = MD_MN_DBSIZE;
622 min_dbsize = nblks;
639 this_dbsize = min_dbsize;

Completed in 46 milliseconds