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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c897 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; local
930 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0;
951 tohold += txh->txh_memory_tohold;
980 memory = towrite + tooverwrite + tohold;
984 * Add in 'tohold' to account for our dirty holds on this memory
989 spa_get_asize(tx->tx_pool->dp_spa, tohold + fudge);

Completed in 100 milliseconds