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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h107 refcount_t txh_space_tounref; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c135 refcount_create(&txh->txh_space_tounref);
219 (void) refcount_add_many(&txh->txh_space_tounref,
422 (void) refcount_add_many(&txh->txh_space_tounref, space, FTAG);
426 (void) refcount_add_many(&txh->txh_space_tounref,
620 (void) refcount_add_many(&txh->txh_space_tounref, unref, FTAG);
648 (void) refcount_add_many(&txh->txh_space_tounref,
800 (void) refcount_add_many(&txh->txh_space_tounref,
1237 tounref += refcount_count(&txh->txh_space_tounref);
1459 refcount_destroy_many(&txh->txh_space_tounref,
1460 refcount_count(&txh->txh_space_tounref));
[all...]

Completed in 394 milliseconds