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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h105 refcount_t txh_space_tofree; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c133 refcount_create(&txh->txh_space_tofree);
619 (void) refcount_add_many(&txh->txh_space_tofree, space, FTAG);
646 (void) refcount_add_many(&txh->txh_space_tofree,
1235 tofree += refcount_count(&txh->txh_space_tofree);
1455 refcount_destroy_many(&txh->txh_space_tofree,
1456 refcount_count(&txh->txh_space_tofree));

Completed in 165 milliseconds