Home
last modified time | relevance | path

Searched refs:dmu_objset_willuse_space (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h259 void dmu_objset_willuse_space(objset_t *os, int64_t space, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1638 dmu_objset_willuse_space(dn->dn_objset, size - osize, tx); in dbuf_new_size()
1808 dmu_objset_willuse_space(os, db->db.db_size, tx); in dbuf_dirty()
H A Ddmu_objset.c2979 dmu_objset_willuse_space(objset_t *os, int64_t space, dmu_tx_t *tx) in dmu_objset_willuse_space() function