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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h145 void dsl_pool_undirty_space(dsl_pool_t *dp, int64_t space, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c493 dsl_pool_undirty_space(dp, dp->dp_dirty_pertxg[txg & TXG_MASK], txg);
656 dsl_pool_undirty_space(dsl_pool_t *dp, int64_t space, uint64_t txg) function
H A Ddbuf.c1823 dsl_pool_undirty_space(dmu_objset_pool(dn->dn_objset),
3373 * dsl_pool_undirty_space().
3376 dsl_pool_undirty_space(dp, delta, zio->io_txg);

Completed in 70 milliseconds