Home
last modified time | relevance | path

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.h158 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.c652 dsl_pool_undirty_space(dp, dp->dp_dirty_pertxg[txg & TXG_MASK], txg); in dsl_pool_sync()
896 dsl_pool_undirty_space(dsl_pool_t *dp, int64_t space, uint64_t txg) in dsl_pool_undirty_space() function
H A Ddbuf.c2021 dsl_pool_undirty_space(dmu_objset_pool(dn->dn_objset), in dbuf_undirty()
3855 dsl_pool_undirty_space(dp, delta, zio->io_txg); in dbuf_write_physdone()