Searched defs:dmu_buf_impl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h181 * link for hash table of all dmu_buf_impl_t's
262 } dmu_buf_impl_t; typedef in typeref:struct:dmu_buf_impl
269 dmu_buf_impl_t **hash_table;
275 dmu_buf_impl_t *dbuf_create_tlib(struct dnode *dn, char *data);
278 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
282 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag);
283 dmu_buf_impl_t *dbuf_hold_level(struct dnode *dn, int level, uint64_t blkid,
287 void *tag, dmu_buf_impl_t **dbp);
292 void dbuf_add_ref(dmu_buf_impl_t *db, void *tag);
295 uint64_t dbuf_refcount(dmu_buf_impl_t *d
[all...]

Completed in 58 milliseconds