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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h104 refcount_t txh_space_towrite; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c132 refcount_create(&txh->txh_space_towrite);
214 (void) refcount_add_many(&txh->txh_space_towrite,
371 (void) refcount_add_many(&txh->txh_space_towrite,
387 (void) refcount_add_many(&txh->txh_space_towrite,
394 (void) refcount_add_many(&txh->txh_space_towrite,
400 if (refcount_count(&txh->txh_space_towrite) +
424 (void) refcount_add_many(&txh->txh_space_towrite, space, FTAG);
796 (void) refcount_add_many(&txh->txh_space_towrite,
819 &txh->txh_space_towrite, &txh->txh_space_tooverwrite);
839 (void) refcount_add_many(&txh->txh_space_towrite,
[all...]

Completed in 100 milliseconds