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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h107 refcount_t txh_space_tooverwrite; member in struct:dmu_tx_hold
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c134 refcount_create(&txh->txh_space_tooverwrite);
211 (void) refcount_add_many(&txh->txh_space_tooverwrite,
401 refcount_count(&txh->txh_space_tooverwrite) >
420 (void) refcount_add_many(&txh->txh_space_tooverwrite,
792 (void) refcount_add_many(&txh->txh_space_tooverwrite,
818 &txh->txh_space_towrite, &txh->txh_space_tooverwrite);
841 (void) refcount_add_many(&txh->txh_space_tooverwrite,
1219 tooverwrite += refcount_count(&txh->txh_space_tooverwrite);
1438 refcount_destroy_many(&txh->txh_space_tooverwrite,
1439 refcount_count(&txh->txh_space_tooverwrite));
[all...]

Completed in 62 milliseconds