aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/dbuf.h
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-08-10 16:28:37 -0700
committerBrian Behlendorf <[email protected]>2012-08-10 16:45:13 -0700
commit8f576c232106b2278f03be06554044eed762641b (patch)
tree20b573cc6be4c1d9dd2971f5261d4c1fdb4e62b3 /include/sys/dbuf.h
parent26e08952e6ad113b91ae7d31263b6a4fd3a5a09f (diff)
Export dbuf_* symbols
Export these symbols so they may be used by other ZFS consumers besides the ZPL. Remove three stale prototype definites from dbuf.h. The actual implementations of these functions were removed/renamed long ago. It would be good in the long term to remove the existing pragmas we inherited from Solaris and simply use the dbuf_* names. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys/dbuf.h')
-rw-r--r--include/sys/dbuf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sys/dbuf.h b/include/sys/dbuf.h
index cf1bbc030..f3e14aad3 100644
--- a/include/sys/dbuf.h
+++ b/include/sys/dbuf.h
@@ -238,10 +238,8 @@ typedef struct dbuf_hash_table {
uint64_t dbuf_whichblock(struct dnode *di, uint64_t offset);
-dmu_buf_impl_t *dbuf_create_tlib(struct dnode *dn, char *data);
void dbuf_create_bonus(struct dnode *dn);
int dbuf_spill_set_blksz(dmu_buf_t *db, uint64_t blksz, dmu_tx_t *tx);
-void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
void dbuf_rm_spill(struct dnode *dn, dmu_tx_t *tx);
@@ -274,7 +272,6 @@ arc_buf_t *dbuf_loan_arcbuf(dmu_buf_impl_t *db);
void dbuf_clear(dmu_buf_impl_t *db);
void dbuf_evict(dmu_buf_impl_t *db);
-void dbuf_setdirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
void dbuf_unoverride(dbuf_dirty_record_t *dr);
void dbuf_sync_list(list_t *list, dmu_tx_t *tx);
void dbuf_release_bp(dmu_buf_impl_t *db);